| Index: tests_lit/llvm2ice_tests/phi.ll
|
| diff --git a/tests_lit/llvm2ice_tests/phi.ll b/tests_lit/llvm2ice_tests/phi.ll
|
| index 133ba0fc31172d053fa32c8a15762fabdf572f94..abdc1b3beaf4068521811519515b4b7da516a354 100644
|
| --- a/tests_lit/llvm2ice_tests/phi.ll
|
| +++ b/tests_lit/llvm2ice_tests/phi.ll
|
| @@ -2,8 +2,7 @@
|
| ; it tests that it does the right thing when it tries to enable
|
| ; compare/branch fusing.
|
|
|
| -; RUN: %p2i -i %s --assemble --disassemble --args -O2 --verbose none \
|
| -; RUN: --phi-edge-split=0 \
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 --phi-edge-split=0 \
|
| ; RUN: | FileCheck %s
|
|
|
| define internal i32 @testPhi1(i32 %arg) {
|
|
|