From: Nate Begeman Date: Fri, 25 Jul 2008 19:08:59 +0000 (+0000) Subject: Fix test RUN line X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=907f46a81f388718714ae6c924c96d66f54e1d79;p=oota-llvm.git Fix test RUN line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54040 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vec_insert-7.ll b/test/CodeGen/X86/vec_insert-7.ll index 93af9f4d414..8cfc63aa6bf 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: