| Index: tests_lit/llvm2ice_tests/icmp-simple.ll
|
| diff --git a/tests_lit/llvm2ice_tests/icmp-simple.ll b/tests_lit/llvm2ice_tests/icmp-simple.ll
|
| index f6ca8d5855b99e3384a5fafbe9cd3737da8db68d..b6e04857a00e87fe7c15e1fd273c0d199dcaa5c8 100644
|
| --- a/tests_lit/llvm2ice_tests/icmp-simple.ll
|
| +++ b/tests_lit/llvm2ice_tests/icmp-simple.ll
|
| @@ -1,10 +1,8 @@
|
| ; Trivial structural test of 64-bit icmp instructions.
|
|
|
| -; 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 @dummy_icmp(i64 %foo, i64 %bar) {
|
| ; CHECK: define void @dummy_icmp
|
|
|