| Index: tests_lit/llvm2ice_tests/icmp.ll
|
| diff --git a/tests_lit/llvm2ice_tests/icmp.ll b/tests_lit/llvm2ice_tests/icmp.ll
|
| index 30f2589fee234829c41493ccd8e6650e66a2c05e..6c73ff601858500585ccef57e7ede3198f9083ce 100644
|
| --- a/tests_lit/llvm2ice_tests/icmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/icmp.ll
|
| @@ -1,12 +1,12 @@
|
| ; Simple tests for icmp with i8, i16, i32 operands.
|
|
|
| ; RUN: %if --need=allow_dump --need=target_MIPS32 --command %p2i \
|
| -; RUN: --filetype=asm --target mips32 -i %s --args -O2 --skip-unimplemented \
|
| +; RUN: --filetype=asm --target mips32 -i %s --args -O2 \
|
| ; RUN: -allow-externally-defined-symbols \
|
| ; RUN: | %if --need=allow_dump --need=target_MIPS32 --command FileCheck %s \
|
| ; RUN: --check-prefix=COMMON --check-prefix=MIPS32
|
| ; RUN: %if --need=allow_dump --need=target_MIPS32 --command %p2i \
|
| -; RUN: --filetype=asm --target mips32 -i %s --args -Om1 --skip-unimplemented \
|
| +; RUN: --filetype=asm --target mips32 -i %s --args -Om1 \
|
| ; RUN: -allow-externally-defined-symbols \
|
| ; RUN: | %if --need=allow_dump --need=target_MIPS32 --command FileCheck %s \
|
| ; RUN: --check-prefix=COMMON --check-prefix=MIPS32
|
|
|