| 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 3ca1ad08397e169a949a77c573a9a99dbea67d3c..fd7365166e6f5ede2f73606d9498d81861bdbf16 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: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define i64 @arithmetic_chain(i64 %foo, i64 %bar) {
|
|
|