diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll b/llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll index 12bfb80a164..0c2cf54369c 100644 --- a/llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll +++ b/llvm/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -instcombine | notcast -; RUN: llvm-as < %s | opt -instcombine | not grep {icmp s} +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {icmp s} ; PR1940 define i1 @test1(i8 %A, i8 %B) { |

