aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <djg@cray.com>2007-11-27 00:03:38 +0000
committerDan Gohman <djg@cray.com>2007-11-27 00:03:38 +0000
commitacb09fafe5697b9535e78af561d48bd30dc69213 (patch)
tree70b3fee62231e2e4ba477150e5d9127ae471ee1f
parentfdb31f1da69c857d4fd7275652d0ccb2f55d9194 (diff)
downloadexternal_llvm-acb09fafe5697b9535e78af561d48bd30dc69213.zip
external_llvm-acb09fafe5697b9535e78af561d48bd30dc69213.tar.gz
external_llvm-acb09fafe5697b9535e78af561d48bd30dc69213.tar.bz2
Remove unnecessary && from the RUN lines of this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44342 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/2007-07-03-GR64ToVR64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
index a730fa9..4c39747 100644
--- a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
+++ b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep {movd %rsi, %mm0} &&
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep {movd %rdi, %mm1} &&
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep {movd %rsi, %mm0}
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep {movd %rdi, %mm1}
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx | grep {paddusw %mm0, %mm1}
@R = external global <1 x i64> ; <<1 x i64>*> [#uses=1]