1 ; RUN: opt < %s -globalopt -instcombine | \
2 ; RUN: llvm-dis | grep {ret i1 true}
4 ;; check that global opt turns integers that only hold 0 or 1 into bools.
6 @G = internal global i32 0 ; <i32*> [#uses=3]
19 %A = load i32* @G ; <i32> [#uses=1]
20 %C = icmp slt i32 %A, 2 ; <i1> [#uses=1]