| Index: tests_lit/llvm2ice_tests/sdiv.ll
|
| diff --git a/tests_lit/llvm2ice_tests/sdiv.ll b/tests_lit/llvm2ice_tests/sdiv.ll
|
| index 91d900832314b03776e994535f5824e5f7c79c8d..43ed0739b8dfe60a38a73b8fdac2fc648fdb6f95 100644
|
| --- a/tests_lit/llvm2ice_tests/sdiv.ll
|
| +++ b/tests_lit/llvm2ice_tests/sdiv.ll
|
| @@ -1,10 +1,8 @@
|
| ; This checks the correctness of the lowering code for the small
|
| ; integer variants of sdiv and srem.
|
|
|
| -; RUN: %p2i -i %s --assemble --disassemble --args -O2 --verbose none \
|
| -; RUN: | FileCheck %s
|
| -; RUN: %p2i -i %s --assemble --disassemble --args -Om1 --verbose none \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -Om1 | FileCheck %s
|
|
|
| define i32 @sdiv_i8(i32 %a.i32, i32 %b.i32) {
|
| entry:
|
|
|