summaryrefslogtreecommitdiff
path: root/test/Transforms
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
commit8bb9c928925c3a1713a90005fcf5aa6c643d1120 (patch)
tree0685e4c4b775ec15275155dce8e4b2da818d9230 /test/Transforms
parentf61159b574155b056dbd5d6d44f47f753d424056 (diff)
downloadllvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.tar.gz
llvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.tar.bz2
llvm-8bb9c928925c3a1713a90005fcf5aa6c643d1120.tar.xz
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/Transforms')
-rw-r--r--test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll2
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 d399799f49..ac63534514 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.