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 d31fc54f34
commit d6948315b7
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) { define i32 @foo1(i32 %x) {
entry: 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) { define i32 @foo1(i32 %x) {
entry: entry: