Invert and-of-or into or-of-and when doing so would allow us to clear bits of the...
[oota-llvm.git] / test / Transforms / InstCombine / xor2.ll
index 67f05efa23d41371fcce111e970a2bb5403d9e68..89f00bd684757c12135f4cc6765376acdd0d733b 100644 (file)
@@ -34,7 +34,7 @@ define i32 @test2(i32 %tmp1) {
 define i32 @test3(i32 %tmp1) {
 ; CHECK:      @test3
 ; CHECK-NEXT:   and i32 %tmp1, 32
-; CHECK-NEXT:   or i32 %tmp, 8
+; CHECK-NEXT:   or i32 %ovm, 8
 ; CHECK-NEXT:   ret i32
   %ovm = or i32 %tmp1, 145 
   %ov31 = and i32 %ovm, 177