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 | 6456efaffd978ff2ec5e257fb50507a19e09e918 (patch) | |
| tree | 2b4adecf097e50757083caa945b2d3e99f9f4edf | |
| parent | c637c49c114be2553f5067a29d49b8ede25bfe86 (diff) | |
| download | bcm5719-llvm-6456efaffd978ff2ec5e257fb50507a19e09e918.tar.gz bcm5719-llvm-6456efaffd978ff2ec5e257fb50507a19e09e918.zip | |
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
llvm-svn: 112724
| -rw-r--r-- | llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll index 88a565684c5..03e99bc9bf6 100644 --- a/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll +++ b/llvm/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 { |

