summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-fcopysign.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sse-fcopysign.ll')
-rw-r--r--test/CodeGen/X86/sse-fcopysign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-fcopysign.ll b/test/CodeGen/X86/sse-fcopysign.ll
index d8c32831a1..0e0e4a9a86 100644
--- a/test/CodeGen/X86/sse-fcopysign.ll
+++ b/test/CodeGen/X86/sse-fcopysign.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep test
+; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep test
define float @tst1(float %a, float %b) {
%tmp = tail call float @copysignf( float %b, float %a )