| Index: tests_lit/llvm2ice_tests/call.ll
|
| diff --git a/tests_lit/llvm2ice_tests/call.ll b/tests_lit/llvm2ice_tests/call.ll
|
| index 6503decbb276f8bde793702c210cada67c830d20..c029789ee22553b9c859bcf98852e22dd2888618 100644
|
| --- a/tests_lit/llvm2ice_tests/call.ll
|
| +++ b/tests_lit/llvm2ice_tests/call.ll
|
| @@ -1,6 +1,8 @@
|
| ; RUIN: %llvm2ice -verbose inst %s | FileCheck %s
|
| ; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| -; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
| +; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
| +; RUN: | FileCheck --check-prefix=DUMP %s
|
|
|
| define i32 @fib(i32 %n) {
|
| ; CHECK: define i32 @fib
|
|
|