summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store-fp-constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/store-fp-constant.ll')
-rw-r--r--test/CodeGen/X86/store-fp-constant.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/store-fp-constant.ll b/test/CodeGen/X86/store-fp-constant.ll
index 70cb046..206886b 100644
--- a/test/CodeGen/X86/store-fp-constant.ll
+++ b/test/CodeGen/X86/store-fp-constant.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep rodata
-; RUN: llvm-as < %s | llc -march=x86 | not grep literal
+; RUN: llc < %s -march=x86 | not grep rodata
+; RUN: llc < %s -march=x86 | not grep literal
;
; Check that no FP constants in this testcase ends up in the
; constant pool.
OpenPOWER on IntegriCloud