From: Bill Wendling Date: Wed, 1 Sep 2010 18:32:56 +0000 (+0000) Subject: The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ee70d3b27faf9f57038a5724b3a993cfbf588729;p=oota-llvm.git 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 --- diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll index 88a565684c5..03e99bc9bf6 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 {