| Index: tests_lit/llvm2ice_tests/phi.ll
|
| diff --git a/tests_lit/llvm2ice_tests/phi.ll b/tests_lit/llvm2ice_tests/phi.ll
|
| index f0da65662607d0c63bb363f4d275488b4cdb8bb0..d0a130a09d876ab5b7a91b8dd2f99690f85b7f0c 100644
|
| --- a/tests_lit/llvm2ice_tests/phi.ll
|
| +++ b/tests_lit/llvm2ice_tests/phi.ll
|
| @@ -2,13 +2,12 @@
|
| ; it tests that it does the right thing when it tries to enable
|
| ; compare/branch fusing.
|
|
|
| -; RUN: %llvm2ice -O2 --verbose none --no-phi-edge-split %s \
|
| +; TODO(kschimpf) Find out why lc2i must be used.
|
| +; RUN: %lc2i -i %s --args -O2 --verbose none --no-phi-edge-split \
|
| ; 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 --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: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
| +; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
| define internal i32 @testPhi1(i32 %arg) {
|
| entry:
|
|
|