Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / fsxor-alignment.ll
index bb55e4466f8a309d1268bfbee08cdf1989c1ed42..71007dcc0533647e56a6ca619b4b5abb90bcd861 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse -enable-unsafe-fp-math | \
-; RUN:  grep -v sp | grep xorps | wc -l | grep 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
+; RUN:  grep -v sp | grep xorps | count 2
 
 ; Don't fold the incoming stack arguments into the xorps instructions used
 ; to do floating-point negations, because the arguments aren't vectors