| Index: tests_lit/assembler/arm32/branch-simple.ll
|
| diff --git a/tests_lit/assembler/arm32/branch-simple.ll b/tests_lit/assembler/arm32/branch-simple.ll
|
| index 4f67cca106b2b59c60f8bf237961ed79a7ebbbc1..fb4a645ae799d2118de2fbd48422713bbe26c0c2 100644
|
| --- a/tests_lit/assembler/arm32/branch-simple.ll
|
| +++ b/tests_lit/assembler/arm32/branch-simple.ll
|
| @@ -12,12 +12,12 @@
|
| ; RUN: --args -Om1 | FileCheck %s --check-prefix=DIS
|
|
|
| ; Compile using integrated assembler.
|
| -; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 -unsafe-ias \
|
| +; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 \
|
| ; RUN: | FileCheck %s --check-prefix=IASM
|
|
|
| ; Show bytes in assembled integrated code.
|
| ; RUN: %p2i --filetype=iasm -i %s --target=arm32 --assemble --disassemble \
|
| -; RUN: --args -Om1 -unsafe-ias | FileCheck %s --check-prefix=DIS
|
| +; RUN: --args -Om1 | FileCheck %s --check-prefix=DIS
|
|
|
| define internal void @simple_uncond_branch() {
|
| ; DIS-LABEL: 00000000 <simple_uncond_branch>:
|
|
|