| Index: tests_lit/llvm2ice_tests/branch-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/branch-opt.ll b/tests_lit/llvm2ice_tests/branch-opt.ll
|
| index cb716dd129df0a9503356f036b23149ef22a6e4c..37dc548bd615ee3fa975fc8acc6c683cb966d3bc 100644
|
| --- a/tests_lit/llvm2ice_tests/branch-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/branch-opt.ll
|
| @@ -1,18 +1,16 @@
|
| ; Tests the branch optimizations under O2 (against a lack of
|
| ; optimizations under Om1).
|
|
|
| -; 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 - \
|
| ; RUN: | FileCheck --check-prefix=O2 %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=OM1 %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
|
| +; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| declare void @dummy()
|
|
|
|
|