fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / InstCombine / 2004-08-10-BoolSetCC.ll
blob1154bb481d30a268fe0b89a5a27295d2f4a67436
1 ; RUN: opt < %s -instcombine -S | \
2 ; RUN:    grep {ret i1 false}
4 define i1 @test(i1 %V) {
5         %Y = icmp ult i1 %V, false              ; <i1> [#uses=1]
6         ret i1 %Y