| 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 f0801252aed40270ae62bcd23f2fbc2291317e43..fff8e3fcfb2a3381a47aeb2477b19e0faaa7ad84 100644
|
| --- a/tests_lit/llvm2ice_tests/arith-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/arith-opt.ll
|
| @@ -1,5 +1,8 @@
|
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| +; This is a very early test that just checks the representation of i32
|
| +; arithmetic instructions. No assembly tests are done.
|
| +
|
| +; RUN: %llvm2ice --verbose inst %s | FileCheck %s
|
| +; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| ; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| ; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
| ; RUN: | FileCheck --check-prefix=DUMP %s
|
|
|