1
0
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:
Anton Korobeynikov 2008-11-04 23:02:39 +00:00
parent 214f515922
commit 169173000f
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: