summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 16:45:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 16:45:06 +0000
commitedd3ad549a41d76394b9980a4eb7322766f91114 (patch)
tree9f8c639c14385b571a594e80cb5a059b1eaf74d6
parent8c7094a7704f3431e1b44befe69c29333d4f13a1 (diff)
downloadbcm5719-llvm-edd3ad549a41d76394b9980a4eb7322766f91114.tar.gz
bcm5719-llvm-edd3ad549a41d76394b9980a4eb7322766f91114.zip
Give the assembler some input.
llvm-svn: 32903
-rw-r--r--llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll b/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
index 3b9b928a38d..e87c08bc59c 100644
--- a/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
+++ b/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
@@ -1,6 +1,7 @@
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 &&
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | grep pslldq | wc -l | grep 1 &&
-; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | not getp test
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | \
+; RUN: grep pslldq | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not getp test
define float %test1(float %a, float %b) {
%tmp = tail call float %copysignf( float %b, float %a )
OpenPOWER on IntegriCloud