diff options
-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 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 |