diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-14 23:01:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-14 23:01:19 +0000 |
commit | 8360d0922ab683a3b57ecefe1890e75150b95294 (patch) | |
tree | 5af8327711ad975f8ab84174e9cefd097e827445 /test/Transforms/InstCombine/cast.ll | |
parent | b9a7793ecba7824aaf48626ff6b116512e0b56c4 (diff) | |
download | external_llvm-8360d0922ab683a3b57ecefe1890e75150b95294.zip external_llvm-8360d0922ab683a3b57ecefe1890e75150b95294.tar.gz external_llvm-8360d0922ab683a3b57ecefe1890e75150b95294.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast.ll b/test/Transforms/InstCombine/cast.ll index 0042669..5aa6368 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 |