mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Try to work around grep's "Binary file (standard input) matches" complaints seen
on ppc buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6ed7824c5
commit
5da15364b9
@ -1,4 +1,4 @@
|
||||
; RUN: opt < %s -gvn -stats |& grep {Number of loads deleted}
|
||||
; RUN: opt < %s -gvn -stats -disable-output |& grep {Number of loads deleted}
|
||||
; rdar://7363102
|
||||
|
||||
; GVN should be able to eliminate load %tmp22.i, because it is redundant with
|
||||
|
Loading…
Reference in New Issue
Block a user