commit | 8bb9c928925c3a1713a90005fcf5aa6c643d1120 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Aug 03 22:24:22 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Aug 03 22:24:22 2009 +0000 |
tree | 0685e4c4b775ec15275155dce8e4b2da818d9230 | |
parent | f61159b574155b056dbd5d6d44f47f753d424056 [diff] [blame] |
Add -disable-output. Thanks Bill! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78009 91177308-0d34-0410-b5e6-96231b3b80d8
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.