summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fmul-zero.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fmul-zero.ll')
-rw-r--r--test/CodeGen/X86/fmul-zero.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fmul-zero.ll b/test/CodeGen/X86/fmul-zero.ll
index 73aa713de52..03bad659412 100644
--- a/test/CodeGen/X86/fmul-zero.ll
+++ b/test/CodeGen/X86/fmul-zero.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -enable-unsafe-fp-math | not grep mulps
-; RUN: llvm-as < %s | llc -march=x86-64 | grep mulps
+; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | not grep mulps
+; RUN: llc < %s -march=x86-64 | grep mulps
define void @test14(<4 x float>*) nounwind {
load <4 x float>* %0, align 1