| Index: tests_lit/llvm2ice_tests/casts.ll
|
| diff --git a/tests_lit/llvm2ice_tests/casts.ll b/tests_lit/llvm2ice_tests/casts.ll
|
| index 7016cfd8a9dcfed52bbb450d3d4b93f3800ca655..66284e24e273a000ae5dc006588ebb49ea1e9dbe 100644
|
| --- a/tests_lit/llvm2ice_tests/casts.ll
|
| +++ b/tests_lit/llvm2ice_tests/casts.ll
|
| @@ -1,8 +1,6 @@
|
| -; 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 i64 @simple_zext(i32 %arg) {
|
| entry:
|
|
|