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 | ac4e8c6ea49276d40c52db21a08044c6f8680b7f (patch) | |
| tree | 976df2a3bc634ff0ab6b783da36ca50a486afa11 | |
| parent | 768c2b6bfe3f865e912ad2eadadc64c33c25f4cf (diff) | |
| download | bcm5719-llvm-ac4e8c6ea49276d40c52db21a08044c6f8680b7f.tar.gz bcm5719-llvm-ac4e8c6ea49276d40c52db21a08044c6f8680b7f.zip | |
Fix testcase to actually test what we think we are
llvm-svn: 3338
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/cast.ll b/llvm/test/Regression/Transforms/InstCombine/cast.ll index 00426695b02..5aa6368bdb1 100644 --- a/llvm/test/Regression/Transforms/InstCombine/cast.ll +++ b/llvm/test/Regression/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 |

