Move & restructure test per review.
[oota-llvm.git] / test / CodeGen / X86 / 2007-04-25-MMX-PADDQ.ll
index 32d548753fb8571400bc9f70e40889f229c313dd..ac85a9d72bbd131e2797b82a20b2d480455b91c2 100644 (file)
@@ -1,5 +1,5 @@
-; 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
+; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep paddq | count 2
+; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep movq | count 2
 
 define <1 x i64> @unsigned_add3(<1 x i64>* %a, <1 x i64>* %b, i32 %count) {
 entry: