From: Evan Cheng Date: Fri, 5 Jan 2007 21:53:15 +0000 (+0000) Subject: Update test case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bafe19d595c27c03788f6d8248d67fa1b664b55e;p=oota-llvm.git Update test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/sse-fcopysign.ll b/test/CodeGen/X86/sse-fcopysign.ll index e87c08bc59c..50f6b9a1ccc 100644 --- a/test/CodeGen/X86/sse-fcopysign.ll +++ b/test/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) {