projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7700304
)
Remove unnecessary && from the RUN lines of this test.
author
Dan Gohman
<gohman@apple.com>
Tue, 27 Nov 2007 00:03:38 +0000
(
00:03
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 27 Nov 2007 00:03:38 +0000
(
00:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44342
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
index a730fa94e6c6daaef83ca93f955a48207698aa11..4c39747e910cf147d3c2c73f0ba53f1359bc351b 100644
(file)
--- 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]