| Index: tests_lit/llvm2ice_tests/arithmetic-chain.ll
|
| diff --git a/tests_lit/llvm2ice_tests/arithmetic-chain.ll b/tests_lit/llvm2ice_tests/arithmetic-chain.ll
|
| index 2609ef718126ea82305f4c0ca5a40cb7998d929b..01ec91a019f1de6322ddb37e948c133b082ef8b9 100644
|
| --- a/tests_lit/llvm2ice_tests/arithmetic-chain.ll
|
| +++ b/tests_lit/llvm2ice_tests/arithmetic-chain.ll
|
| @@ -1,5 +1,9 @@
|
| -; 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
|
| +; arithmetic instructions, i64, variables, and constants. 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
|
|
|