summaryrefslogtreecommitdiff
path: root/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-01 18:32:56 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-01 18:32:56 +0000
commitee70d3b27faf9f57038a5724b3a993cfbf588729 (patch)
tree681da60dcde234a1440a148374fce63584480c48 /test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
parent5627db6fb9f12e662d9026d5791506f791abe069 (diff)
downloadllvm-ee70d3b27faf9f57038a5724b3a993cfbf588729.tar.gz
llvm-ee70d3b27faf9f57038a5724b3a993cfbf588729.tar.bz2
llvm-ee70d3b27faf9f57038a5724b3a993cfbf588729.tar.xz
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll')
-rw-r--r--test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
index 88a565684c..03e99bc9bf 100644
--- a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
+++ b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -tailduplicate -taildup-threshold=3 -stats -disable-output | not grep tailduplicate
+; RUN: opt < %s -tailduplicate -taildup-threshold=3 -stats -disable-output |& not grep tailduplicate
; XFAIL: *
define i32 @foo(i32 %l) nounwind {