fix PR6533 by updating the br(xor) code to remember the case
[oota-llvm.git] / test / CodeGen / X86 / fold-pcmpeqd-1.ll
index e2141ebf68515bdb1666959b857324faaf07c832..cc4198d7caf0024f7c65abb73a5394a2420b1651 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
+; RUN: llc < %s -march=x86 -mattr=+sse2 > %t
 ; RUN: grep pcmpeqd %t | count 1
 ; RUN: grep xor %t | count 1
 ; RUN: not grep LCP %t