OSDN Git Service

Update test case.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 5 Jan 2007 21:53:15 +0000 (21:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 5 Jan 2007 21:53:15 +0000 (21:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32936 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse-fcopysign.ll

index e87c08b..50f6b9a 100644 (file)
@@ -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) {