Fix test RUN line
authorNate Begeman <natebegeman@mac.com>
Fri, 25 Jul 2008 19:08:59 +0000 (19:08 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 25 Jul 2008 19:08:59 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54040 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_insert-7.ll

index 93af9f4d4143042c0a4bede52d7a1467c578e195..8cfc63aa6bf1b1cdb21d5e964f3703763e9ce6da 100644 (file)
@@ -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: