Add -disable-output. Thanks Bill!
authorDan Gohman <gohman@apple.com>
Mon, 3 Aug 2009 22:24:22 +0000 (22:24 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 Aug 2009 22:24:22 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78009 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll

index d399799f49c4a34b8eacc18d04560e00a729d082..ac63534514f49cdd5a02edd2755ac45e177e74d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine
+; RUN: llvm-as < %s | opt -instcombine -disable-output
 
 ; SimplifyDemandedBits should cope with pointer types.