| Index: tests_lit/llvm2ice_tests/fp_const_pool.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fp_const_pool.ll b/tests_lit/llvm2ice_tests/fp_const_pool.ll
|
| index e291ec196263eba70c2359b552923ba95dd19721..7ab7c436b89fc07c33572ec477d4e47fe4d2f008 100644
|
| --- a/tests_lit/llvm2ice_tests/fp_const_pool.ll
|
| +++ b/tests_lit/llvm2ice_tests/fp_const_pool.ll
|
| @@ -7,7 +7,7 @@
|
|
|
| ; RUN: %if --need=target_MIPS32 --need=allow_dump \
|
| ; RUN: --command %p2i --filetype=asm --assemble --disassemble \
|
| -; RUN: --target mips32 -i %s --args -O2 --skip-unimplemented \
|
| +; RUN: --target mips32 -i %s --args -O2 \
|
| ; RUN: | %if --need=target_MIPS32 --need=allow_dump \
|
| ; RUN: --command FileCheck --check-prefix MIPS32 %s
|
|
|
| @@ -111,7 +111,7 @@ entry:
|
| ; MIPS32 constant pool
|
| ; RUN: %if --need=target_MIPS32 --command %p2i \
|
| ; RUN: --target mips32 -i %s --filetype=asm --llvm-source \
|
| -; RUN: --args -O2 --skip-unimplemented \
|
| +; RUN: --args -O2 \
|
| ; RUN: | %if --need=target_MIPS32 --command FileCheck \
|
| ; RUN: --check-prefix=MIPS32CP %s
|
| ; MIPS32CP-LABEL: .L$float$7fc00000:
|
|
|