| Index: tests_lit/assembler/arm32/mov-const.ll
|
| diff --git a/tests_lit/assembler/arm32/mov-const.ll b/tests_lit/assembler/arm32/mov-const.ll
|
| index 05b1d7aa48a1f428aa562fae6bba8434ec08746c..4d732b481ae34af48151dbfb8c067bfc4da02b56 100644
|
| --- a/tests_lit/assembler/arm32/mov-const.ll
|
| +++ b/tests_lit/assembler/arm32/mov-const.ll
|
| @@ -12,12 +12,12 @@
|
| ; RUN: --args -Om1 --test-stack-extra 4084 | 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: --test-stack-extra 4084 | 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 --test-stack-extra 4084 \
|
| +; RUN: --args -Om1 --test-stack-extra 4084 \
|
| ; RUN: | FileCheck %s --check-prefix=DIS
|
|
|
| define internal i32 @foo(i32 %x) {
|
|
|