summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fp2sint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp2sint.ll')
-rw-r--r--test/CodeGen/X86/fp2sint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp2sint.ll b/test/CodeGen/X86/fp2sint.ll
index 80f7efb..1675444 100644
--- a/test/CodeGen/X86/fp2sint.ll
+++ b/test/CodeGen/X86/fp2sint.ll
@@ -1,6 +1,6 @@
;; LowerFP_TO_SINT should not create a stack object if it's not needed.
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep add
+; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep add
define i32 @main(i32 %argc, i8** %argv) {
cond_false.i.i.i: ; preds = %bb.i5
OpenPOWER on IntegriCloud