diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-03 22:24:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-03 22:24:22 +0000 |
commit | eaed26eb0e42f3a7dc6635effa8810bf78cf1e70 (patch) | |
tree | a496681b0fa86dc7eca74cba90b4b2ddbf167f46 /llvm/test/Transforms | |
parent | d7e467f39c74b3833101a5621edef7a0c870e692 (diff) | |
download | bcm5719-llvm-eaed26eb0e42f3a7dc6635effa8810bf78cf1e70.tar.gz bcm5719-llvm-eaed26eb0e42f3a7dc6635effa8810bf78cf1e70.zip |
Add -disable-output. Thanks Bill!
llvm-svn: 78009
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r-- | llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll | 2 |
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. |