aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-11-27 00:03:38 +0000
committerDan Gohman <gohman@apple.com>2007-11-27 00:03:38 +0000
commitb51947817d7ef55011ea4f31499090596fd2b4e4 (patch)
tree70b3fee62231e2e4ba477150e5d9127ae471ee1f /test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
parent77003040b21816725dc1ca3a55111044d36ac21f (diff)
downloadexternal_llvm-b51947817d7ef55011ea4f31499090596fd2b4e4.zip
external_llvm-b51947817d7ef55011ea4f31499090596fd2b4e4.tar.gz
external_llvm-b51947817d7ef55011ea4f31499090596fd2b4e4.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
Diffstat (limited to 'test/CodeGen/X86/2007-07-03-GR64ToVR64.ll')
-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]