summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-05 21:53:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-05 21:53:15 +0000
commit97cbd704942cd96f17eb4463c53c3691792511ab (patch)
treefa86e188225c30f2ca641d425cea3b30836ac541 /llvm
parentf7d59e282d558ad1532c65b73ba89c6dd8301c1b (diff)
downloadbcm5719-llvm-97cbd704942cd96f17eb4463c53c3691792511ab.tar.gz
bcm5719-llvm-97cbd704942cd96f17eb4463c53c3691792511ab.zip
Update test case.
llvm-svn: 32936
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll b/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
index e87c08bc59c..50f6b9a1ccc 100644
--- a/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
+++ b/llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
@@ -1,6 +1,4 @@
; 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) {
OpenPOWER on IntegriCloud