summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse_reload_fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sse_reload_fold.ll')
-rw-r--r--test/CodeGen/X86/sse_reload_fold.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sse_reload_fold.ll b/test/CodeGen/X86/sse_reload_fold.ll
index 547763e4a7935..dc3d6fe6797dd 100644
--- a/test/CodeGen/X86/sse_reload_fold.ll
+++ b/test/CodeGen/X86/sse_reload_fold.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | \
-; RUN: llc -march=x86-64 -mattr=+64bit,+sse3 -print-failed-fuse-candidates |& \
+; RUN: llc < %s -march=x86-64 -mattr=+64bit,+sse3 -print-failed-fuse-candidates |& \
; RUN: grep fail | count 1
declare float @test_f(float %f)