summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-14 23:01:19 +0000
committerChris Lattner <sabre@nondot.org>2002-08-14 23:01:19 +0000
commit8360d0922ab683a3b57ecefe1890e75150b95294 (patch)
tree5af8327711ad975f8ab84174e9cefd097e827445 /test/Transforms/InstCombine/cast.ll
parentb9a7793ecba7824aaf48626ff6b116512e0b56c4 (diff)
downloadllvm-8360d0922ab683a3b57ecefe1890e75150b95294.tar.gz
llvm-8360d0922ab683a3b57ecefe1890e75150b95294.tar.bz2
llvm-8360d0922ab683a3b57ecefe1890e75150b95294.tar.xz
Fix testcase to actually test what we think we are
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/cast.ll')
-rw-r--r--test/Transforms/InstCombine/cast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast.ll b/test/Transforms/InstCombine/cast.ll
index 00426695b0..5aa6368bdb 100644
--- a/test/Transforms/InstCombine/cast.ll
+++ b/test/Transforms/InstCombine/cast.ll
@@ -1,6 +1,6 @@
; Tests to make sure elimination of casts is working correctly
-; RUN: if as < %s | opt -instcombine | grep '%c' | grep cast
+; RUN: if as < %s | opt -instcombine -die | dis | grep '%c' | grep cast
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi