| Index: tests_lit/llvm2ice_tests/call.ll
|
| diff --git a/tests_lit/llvm2ice_tests/call.ll b/tests_lit/llvm2ice_tests/call.ll
|
| index 41dcf0909b27d855fe421742817f134e6b791034..ee9c74caa184ae0b7e31585110b6698e037c1bac 100644
|
| --- a/tests_lit/llvm2ice_tests/call.ll
|
| +++ b/tests_lit/llvm2ice_tests/call.ll
|
| @@ -1,11 +1,9 @@
|
| ; Simple smoke test of the call instruction. The assembly checks
|
| ; currently only verify the function labels.
|
|
|
| -; 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 i32 @fib(i32 %n) {
|
| ; CHECK: define i32 @fib
|
|
|