| 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 24843271b39c820963cf2ab77e0694eacd8d6b0a..3f88d99b241d856fe5b87044dbc169193d44258b 100644
|
| --- a/tests_lit/llvm2ice_tests/bool-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/bool-opt.ll
|
| @@ -1,10 +1,8 @@
|
| ; 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: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| -; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
| -; RUN: | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %p2i -i %s --args --verbose inst | FileCheck %s
|
| +; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
| +; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define void @testBool(i32 %a, i32 %b) {
|
| entry:
|
|
|