Don't need the "&&" to glue lines together.
authorBill Wendling <isanbard@gmail.com>
Thu, 19 Jul 2007 18:06:26 +0000 (18:06 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 19 Jul 2007 18:06:26 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40063 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-07-18-Vector-Extract.ll

index 4eb0ab698e78f9aa260bc7e3fe387591f89d309d..0af98d54e8c46a1d22e75a5f1dd6cd3fda969210 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax} &&
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq (%rdi), %rax}
 ; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse | grep {movq 8(%rdi), %rax}
 define i64 @foo_0(<2 x i64>* %val) {
 entry: