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 | 8bb9c928925c3a1713a90005fcf5aa6c643d1120 (patch) | |
tree | 0685e4c4b775ec15275155dce8e4b2da818d9230 /test | |
parent | f61159b574155b056dbd5d6d44f47f753d424056 (diff) | |
download | external_llvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.zip external_llvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.tar.gz external_llvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.tar.bz2 |
Add -disable-output. Thanks Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll index d399799..ac63534 100644 --- a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll +++ b/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. |