| Index: tests_lit/llvm2ice_tests/casts.ll
|
| diff --git a/tests_lit/llvm2ice_tests/casts.ll b/tests_lit/llvm2ice_tests/casts.ll
|
| index 0849fb272f642e965d690b4cdd885056b01f7686..a75cd51fd492a4cf8d30d1cdb455932684cab74f 100644
|
| --- a/tests_lit/llvm2ice_tests/casts.ll
|
| +++ b/tests_lit/llvm2ice_tests/casts.ll
|
| @@ -1,5 +1,5 @@
|
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| +; RUIN: %llvm2ice -O2 --verbose none %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
|
|
|