| Index: tests_lit/llvm2ice_tests/bool-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/bool-opt.ll b/tests_lit/llvm2ice_tests/bool-opt.ll
|
| index 787228cf778d254b74633ac5cf8815b4a7af0ee2..5c1ec47ed21fc1d899ade2286741190616eccecd 100644
|
| --- a/tests_lit/llvm2ice_tests/bool-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/bool-opt.ll
|
| @@ -1,5 +1,7 @@
|
| -; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| -; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| +; Trivial smoke test of icmp without fused branch opportunity.
|
| +
|
| +; 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 void @testBool(i32 %a, i32 %b) {
|
|
|