Revert r162160 because it made a few buildbots fail.
[oota-llvm.git] / test / CodeGen / X86 / fold-load.ll
index d8366654c01ce56e0e6a8a22ae8326b294f0eee9..c961f7576f9373399561aa20dacdd09430984a45 100644 (file)
@@ -57,13 +57,13 @@ entry:
   %0 = load i32* %P, align 4
   %1 = load i32* %Q, align 4
   %2 = xor i32 %0, %1
-  %3 = and i32 %2, 89947
+  %3 = and i32 %2, 65535
   %4 = icmp eq i32 %3, 0
   br i1 %4, label %exit, label %land.end
 
 exit:
   %shr.i.i19 = xor i32 %1, %0
-  %5 = and i32 %shr.i.i19, 3456789123
+  %5 = and i32 %shr.i.i19, 2147418112
   %6 = icmp eq i32 %5, 0
   br label %land.end