diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-07-25 19:08:59 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-07-25 19:08:59 +0000 |
commit | 59063cb31539a66f9d08a20e6c846eceaded30a5 (patch) | |
tree | 6ffbdabbe9499769092cf996fe1f9d884de307d8 /llvm/test/CodeGen/X86/vec_insert-7.ll | |
parent | 283b2da27a7aafa2f298461cad9306d4486e4060 (diff) | |
download | bcm5719-llvm-59063cb31539a66f9d08a20e6c846eceaded30a5.tar.gz bcm5719-llvm-59063cb31539a66f9d08a20e6c846eceaded30a5.zip |
Fix test RUN line
llvm-svn: 54040
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_insert-7.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_insert-7.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_insert-7.ll b/llvm/test/CodeGen/X86/vec_insert-7.ll index 93af9f4d414..8cfc63aa6bf 100644 --- a/llvm/test/CodeGen/X86/vec_insert-7.ll +++ b/llvm/test/CodeGen/X86/vec_insert-7.ll @@ -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: |