Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: tests_lit/assembler/arm32/store-sf.ll

Issue 1448783004: Fix translation of instruction "move" in ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/assembler/arm32/push-pop.ll ('k') | tests_lit/assembler/arm32/uxtb.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/store-sf.ll
diff --git a/tests_lit/assembler/arm32/store-sf.ll b/tests_lit/assembler/arm32/store-sf.ll
index 27901f43a0cfd52e1404df984b6466ad7435480e..49de98e27cf147f74e46463203044a22c84435d6 100644
--- a/tests_lit/assembler/arm32/store-sf.ll
+++ b/tests_lit/assembler/arm32/store-sf.ll
@@ -13,11 +13,11 @@
; Compile using integrated assembler.
; RUN: %p2i --filetype=iasm -i %s --target=arm32 --args -Om1 \
-; RUN: -unsafe-ias | FileCheck %s --check-prefix=IASM
+; 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 @test_vla_in_loop(i32 %n) {
; ASM-LABEL: test_vla_in_loop:
« no previous file with comments | « tests_lit/assembler/arm32/push-pop.ll ('k') | tests_lit/assembler/arm32/uxtb.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698