&& no longer needed
authorChris Lattner <sabre@nondot.org>
Wed, 25 Apr 2007 22:32:55 +0000 (22:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Apr 2007 22:32:55 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36453 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll

index 32d548753fb8571400bc9f70e40889f229c313dd..0d2082421b5cae9e12c9ad03dd78dd8d6555ee04 100644 (file)
@@ -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) {