Fix the result type of SELECT nodes lowered from Select instructions with
[oota-llvm.git] / test / CodeGen / X86 / pre-split4.ll
index a570f7304f372516b75ad7a72ec6adb1117c91b4..10cef276c62f6cd9b422ce4a0039c3949a904af0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \
+; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \
 ; RUN:   grep {pre-alloc-split} | grep {Number of intervals split} | grep 2
 
 define i32 @main(i32 %argc, i8** %argv) nounwind {