summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fp_constant_op.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp_constant_op.ll')
-rw-r--r--test/CodeGen/X86/fp_constant_op.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp_constant_op.ll b/test/CodeGen/X86/fp_constant_op.ll
index f2017b9..8e823ed 100644
--- a/test/CodeGen/X86/fp_constant_op.ll
+++ b/test/CodeGen/X86/fp_constant_op.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -mcpu=i486 | \
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -mcpu=i486 | \
; RUN: grep {fadd\\|fsub\\|fdiv\\|fmul} | not grep -i ST
; Test that the load of the constant is folded into the operation.
OpenPOWER on IntegriCloud