mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-18 01:37:56 +00:00
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
This commit is contained in:
parent
5627db6fb9
commit
ee70d3b27f
@ -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