summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-03 22:24:22 +0000
committerDan Gohman <gohman@apple.com>2009-08-03 22:24:22 +0000
commiteaed26eb0e42f3a7dc6635effa8810bf78cf1e70 (patch)
treea496681b0fa86dc7eca74cba90b4b2ddbf167f46 /llvm/test
parentd7e467f39c74b3833101a5621edef7a0c870e692 (diff)
downloadbcm5719-llvm-eaed26eb0e42f3a7dc6635effa8810bf78cf1e70.tar.gz
bcm5719-llvm-eaed26eb0e42f3a7dc6635effa8810bf78cf1e70.zip
Add -disable-output. Thanks Bill!
llvm-svn: 78009
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
index d399799f49c..ac63534514f 100644
--- a/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
+++ b/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine
+; RUN: llvm-as < %s | opt -instcombine -disable-output
; SimplifyDemandedBits should cope with pointer types.
OpenPOWER on IntegriCloud