summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-07-25 19:08:59 +0000
committerNate Begeman <natebegeman@mac.com>2008-07-25 19:08:59 +0000
commit907f46a81f388718714ae6c924c96d66f54e1d79 (patch)
tree83a7c0858dcaa981e837cabac3380568b1e3b446 /test
parentfb8ead0c20f347fc1f0385f801ee0636d1ff6289 (diff)
downloadllvm-907f46a81f388718714ae6c924c96d66f54e1d79.tar.gz
llvm-907f46a81f388718714ae6c924c96d66f54e1d79.tar.bz2
llvm-907f46a81f388718714ae6c924c96d66f54e1d79.tar.xz
Fix test RUN line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_insert-7.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_insert-7.ll b/test/CodeGen/X86/vec_insert-7.ll
index 93af9f4d41..8cfc63aa6b 100644
--- a/test/CodeGen/X86/vec_insert-7.ll
+++ b/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: