mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
Fix tests not to emit IR output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a3a851182
commit
879b1ac22e
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -mergefunc -stats | not grep {functions merged}
|
||||
; RUN: llvm-as < %s | opt -mergefunc -stats -disable-output |& not grep {functions merged}
|
||||
|
||||
define i32 @foo1(i32 %x) {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | opt -mergefunc -stats |& grep {functions merged}
|
||||
; RUN: llvm-as < %s | opt -mergefunc -stats -disable-output |& grep {functions merged}
|
||||
|
||||
define i32 @foo1(i32 %x) {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user