| Index: tests_lit/llvm2ice_tests/arith-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/arith-opt.ll b/tests_lit/llvm2ice_tests/arith-opt.ll
|
| index 7176f00d490b7a79ab5bfc2700566a24d849e159..a21388aea29df3de7b9753ab99a71924fcb0c505 100644
|
| --- a/tests_lit/llvm2ice_tests/arith-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/arith-opt.ll
|
| @@ -1,7 +1,7 @@
|
| ; This is a very early test that just checks the representation of i32
|
| ; arithmetic instructions. No assembly tests are done.
|
|
|
| -; RUN: %p2i -i %s --args --verbose inst | FileCheck %s
|
| +; RUN: %p2i -i %s --args --verbose inst -ias=0 | FileCheck %s
|
|
|
| define i32 @Add(i32 %a, i32 %b) {
|
| ; CHECK: define i32 @Add
|
|
|