Author: djg
Date: Mon Nov 26 18:03:38 2007
New Revision: 44342
URL: http://llvm.org/viewvc/llvm-project?rev=44342&view=rev
Log:
Remove unnecessary && from the RUN lines of this test.
Modified:
llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
Modified: llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll?rev=44342&r1=44341&r2=44342&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll Mon Nov 26 18:03:38
2007
@@ -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]
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits