forked from OSchip/llvm-project
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
llvm-svn: 112724
This commit is contained in:
parent
c637c49c11
commit
6456efaffd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue