| Index: tests_lit/assembler/mips32/encoding_test_branch.ll
|
| diff --git a/tests_lit/assembler/mips32/encoding_test_branch.ll b/tests_lit/assembler/mips32/encoding_test_branch.ll
|
| index a26614520d22a3af28520be255a03723cb8fa9cc..36c0611757b9d52dddbadb9b68d1ebb89e91d95c 100644
|
| --- a/tests_lit/assembler/mips32/encoding_test_branch.ll
|
| +++ b/tests_lit/assembler/mips32/encoding_test_branch.ll
|
| @@ -4,22 +4,22 @@
|
|
|
| ; Compile using standalone assembler.
|
| ; RUN: %p2i --filetype=asm -i %s --target=mips32 --args -O2 \
|
| -; RUN: --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=ASM
|
|
|
| ; Show bytes in assembled standalone code.
|
| ; RUN: %p2i --filetype=asm -i %s --target=mips32 --assemble --disassemble \
|
| -; RUN: --args -O2 --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --args -O2 --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=DIS
|
|
|
| ; Compile using integrated assembler.
|
| ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --args -O2 \
|
| -; RUN: --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=IASM
|
|
|
| ; Show bytes in assembled integrated code.
|
| ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --assemble --disassemble \
|
| -; RUN: --args -O2 --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --args -O2 --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=DIS
|
|
|
| define internal void @test_01(i32 %a) {
|
|
|