summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-30 02:04:15 +0000
committerChris Lattner <sabre@nondot.org>2010-11-30 02:04:15 +0000
commitd7b6a989a7cdea0cbfe1a2b7c6f46d5d102054f2 (patch)
tree268793518af56ff94eb664267e02fef38f86ae56
parentd6f02d1fffb1f05b98905d0e4a61d8364320617c (diff)
downloadllvm-d7b6a989a7cdea0cbfe1a2b7c6f46d5d102054f2.tar.gz
llvm-d7b6a989a7cdea0cbfe1a2b7c6f46d5d102054f2.tar.bz2
llvm-d7b6a989a7cdea0cbfe1a2b7c6f46d5d102054f2.tar.xz
remove a use of llvm-dis
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120383 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll b/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
index 6d227547c8..c02d33ccc1 100644
--- a/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
+++ b/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
@@ -1,7 +1,6 @@
; This testcase can be simplified by "realizing" that alloca can never return
; null.
-; RUN: opt < %s -instcombine -simplifycfg | \
-; RUN: llvm-dis | not grep br
+; RUN: opt < %s -instcombine -simplifycfg -S | not grep br
declare i32 @bitmap_clear(...)