Don't pull vector sext through both hands of a logical operation, since doing so...
[oota-llvm.git] / test / CodeGen / X86 / 2008-09-25-sseregparm-1.ll
index d103f144e284ff1ce32b63b7a0802d01fd787f9f..c92a8f4635713dc65165e939d0b298d2755d74fa 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movs | count 2
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep fld | count 2
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movs | count 2
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fld | count 2
 ; check 'inreg' attribute for sse_regparm
 
 define double @foo1() inreg nounwind {