Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / xor-icmp.ll
index 2d75c5d762010d77f64b82717688f6559067b334..fd1b0064046a117417c9a0aba5a974fe6527f04a 100644 (file)
@@ -9,13 +9,13 @@ entry:
 ; X32-NOT: andb
 ; X32-NOT: shrb
 ; X32:     testb $64
-; X32:     jne
+; X32:     je
 
 ; X64:     t:
 ; X64-NOT: setne
 ; X64:     xorl
 ; X64:     testb $64
-; X64:     jne
+; X64:     je
   %0 = and i32 %a, 16384
   %1 = icmp ne i32 %0, 0
   %2 = and i32 %b, 16384