summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_shuffle-19.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-18 20:32:46 +0000
committerDan Gohman <gohman@apple.com>2010-08-18 20:32:46 +0000
commit2470818942ae60edcf36b5bee4094832e1924969 (patch)
treec56a5b5f87964eeda5be9e0b4967e5bd0bcafdf1 /llvm/test/CodeGen/X86/vec_shuffle-19.ll
parente98030ad58d349392248eff2ffed5959a9c66d70 (diff)
downloadbcm5719-llvm-2470818942ae60edcf36b5bee4094832e1924969.tar.gz
bcm5719-llvm-2470818942ae60edcf36b5bee4094832e1924969.zip
When sending stats output to stdout for grepping, don't emit normal
output to standard output also. llvm-svn: 111401
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-19.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-19.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-19.ll b/llvm/test/CodeGen/X86/vec_shuffle-19.ll
index 9fc09dfdd2b..861a1cc5b93 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-19.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-19.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep 4
+; RUN: llc < %s -o /dev/null -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep 4
; PR2485
define <4 x i32> @t(<4 x i32> %a, <4 x i32> %b) nounwind {
OpenPOWER on IntegriCloud