Make this test actually match the generated code.
[oota-llvm.git] / test / Transforms / InstCombine / 2007-03-21-SignedRangeTest.ll
1 ; For PR1248
2 ; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep 'ugt i32 .*, 11'
3 define i1 @test(i32 %tmp6) {
4   %tmp7 = sdiv i32 %tmp6, 12     ; <i32> [#uses=1]
5   icmp ne i32 %tmp7, -6           ; <i1>:1 [#uses=1]
6   ret i1 %1
7 }