no need to print output
authorChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2008 06:56:35 +0000 (06:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2008 06:56:35 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58228 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll

index 1c881b95156d83f24b87f89a30cdc46c742dfc9d..b0d2c7913363a624c919283a180a9c6ff70a200e 100644 (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() {