diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/div-cmp-overflow.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/div-cmp-overflow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/div-cmp-overflow.ll b/llvm/test/Transforms/InstCombine/div-cmp-overflow.ll index 9276c96479d..006f1d67c23 100644 --- a/llvm/test/Transforms/InstCombine/div-cmp-overflow.ll +++ b/llvm/test/Transforms/InstCombine/div-cmp-overflow.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep sdiv +; RUN: opt %s -instcombine | llvm-dis | not grep sdiv ; PR2740 define i1 @func_75(i32 %i2) nounwind { |