mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix tests not to emit IR output
llvm-svn: 58729
This commit is contained in:
parent
214f515922
commit
169173000f
@ -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…
x
Reference in New Issue
Block a user