[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll

Evan Cheng evan.cheng at apple.com
Fri Jan 5 13:53:31 PST 2007



Changes in directory llvm/test/Regression/CodeGen/X86:

sse-fcopysign.ll updated: 1.2 -> 1.3
---
Log message:

Update test case.

---
Diffs of the changes:  (+0 -2)

 sse-fcopysign.ll |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll
diff -u llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.2 llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.3
--- llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll:1.2	Fri Jan  5 10:45:06 2007
+++ llvm/test/Regression/CodeGen/X86/sse-fcopysign.ll	Fri Jan  5 15:53:15 2007
@@ -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) {






More information about the llvm-commits mailing list