| Index: tests_lit/llvm2ice_tests/callindirect.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/callindirect.pnacl.ll b/tests_lit/llvm2ice_tests/callindirect.pnacl.ll
|
| index 0636107533ef2b9aacbcb5979f23d4a87a01d8ea..cabf2aa286424bf668bdb723c6b7173cd6581bc8 100644
|
| --- a/tests_lit/llvm2ice_tests/callindirect.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/callindirect.pnacl.ll
|
| @@ -2,17 +2,16 @@
|
| ; should be to the same operand, whether it's in a register or on the
|
| ; stack.
|
|
|
| -; RUN: %llvm2ice -O2 --verbose none %s \
|
| +; RUN: %p2i -i %s --args -O2 --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s
|
| -; RUN: %llvm2ice -Om1 --verbose none %s \
|
| +; RUN: %p2i -i %s --args -Om1 --verbose none \
|
| ; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \
|
| ; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - \
|
| ; RUN: | FileCheck --check-prefix=OPTM1 %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 none | FileCheck --check-prefix=ERRORS %s
|
| +; TODO(kschimpf) Find reason why lc2i is needed.
|
| +; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| @__init_array_start = internal constant [0 x i8] zeroinitializer, align 4
|
| @__fini_array_start = internal constant [0 x i8] zeroinitializer, align 4
|
|
|