aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-02-19 03:11:47 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-02-19 03:11:47 +0000
commit6a7dfab28e372526a88a3978c573db8a6e8a3931 (patch)
tree50b3c6c210e239878013f9f26eb67c310719c88b /test/CodeGen
parentba95833bce67bd92c17aed822c14d14b206869ea (diff)
downloadexternal_llvm-6a7dfab28e372526a88a3978c573db8a6e8a3931.zip
external_llvm-6a7dfab28e372526a88a3978c573db8a6e8a3931.tar.gz
external_llvm-6a7dfab28e372526a88a3978c573db8a6e8a3931.tar.bz2
Don't spew stats to stderr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/2008-02-18-TailMergingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
index 703ba22..75d333a 100644
--- a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
+++ b/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -stats | grep {Number of block tails merged} | grep 6
+; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {Number of block tails merged} | grep 6
; PR1909
@.str = internal constant [48 x i8] c"transformed bounds: (%.2f, %.2f), (%.2f, %.2f)\0A\00" ; <[48 x i8]*> [#uses=1]