diff options
Diffstat (limited to 'test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll')
-rw-r--r-- | test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll b/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll index 8c48d43..a64f3ca 100644 --- a/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll +++ b/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep lshr +; RUN: opt %s -instcombine | llvm-dis | grep lshr ; Verify this is not turned into -1. define i32 @test(i8 %amt) { |