[llvm-commits] [llvm] r54040 - /llvm/trunk/test/CodeGen/X86/vec_insert-7.ll

Nate Begeman natebegeman at mac.com
Fri Jul 25 12:08:59 PDT 2008


Author: sampo
Date: Fri Jul 25 14:08:59 2008
New Revision: 54040

URL: http://llvm.org/viewvc/llvm-project?rev=54040&view=rev
Log:
Fix test RUN line

Modified:
    llvm/trunk/test/CodeGen/X86/vec_insert-7.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_insert-7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_insert-7.ll?rev=54040&r1=54039&r2=54040&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_insert-7.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_insert-7.ll Fri Jul 25 14:08:59 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep punpckldq
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -o - | grep punpckldq
 
 define <2 x i32> @mmx_movzl(<2 x i32> %x) nounwind  {
 entry:





More information about the llvm-commits mailing list