diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-09-01 18:32:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-09-01 18:32:56 +0000 |
commit | ee70d3b27faf9f57038a5724b3a993cfbf588729 (patch) | |
tree | 681da60dcde234a1440a148374fce63584480c48 | |
parent | 5627db6fb9f12e662d9026d5791506f791abe069 (diff) |
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
-rw-r--r-- | test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll | 2 |
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 { |