[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll

Chris Lattner sabre at nondot.org
Wed Apr 25 15:33:14 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

2007-04-25-MMX-PADDQ.ll updated: 1.1 -> 1.2
---
Log message:

&& no longer needed


---
Diffs of the changes:  (+1 -1)

 2007-04-25-MMX-PADDQ.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
diff -u llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll:1.1 llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll:1.2
--- llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll:1.1	Wed Apr 25 16:58:17 2007
+++ llvm/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll	Wed Apr 25 17:32:55 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep paddq | wc -l | grep 2 &&
+; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep paddq | wc -l | grep 2
 ; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep movq | wc -l | grep 3
 
 define <1 x i64> @unsigned_add3(<1 x i64>* %a, <1 x i64>* %b, i32 %count) {






More information about the llvm-commits mailing list