mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
llvm-svn: 112724
This commit is contained in:
parent
0ee04fbdc8
commit
988287ae88
@ -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…
x
Reference in New Issue
Block a user