The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!

llvm-svn: 112724
This commit is contained in:
Bill Wendling 2010-09-01 18:32:56 +00:00
parent c637c49c11
commit 6456efaffd
1 changed files with 1 additions and 1 deletions

View File

@ -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 {