no need to print output

llvm-svn: 58228
This commit is contained in:
Chris Lattner 2008-10-27 06:56:35 +00:00
parent f594ecc453
commit a9642ff459
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; Uninitialized values are not handled correctly.
;
; RUN: llvm-as < %s | opt -mem2reg
; RUN: llvm-as < %s | opt -mem2reg -disable-output
;
define i32 @test() {