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

Unified Diff: tests_lit/assembler/arm32/bic.ll

Issue 1439683002: Fix line spacing for push instructions in ARM assembly. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Merge with master. 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 | « src/IceInstARM32.cpp ('k') | tests_lit/assembler/arm32/push-pop.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/bic.ll
diff --git a/tests_lit/assembler/arm32/bic.ll b/tests_lit/assembler/arm32/bic.ll
index 7943a6674721fb2f878af049a335536dce9e2b81..3977b2a241505610b19071505b1fadf9450dd752 100644
--- a/tests_lit/assembler/arm32/bic.ll
+++ b/tests_lit/assembler/arm32/bic.ll
@@ -27,17 +27,17 @@ define internal i32 @AllocBigAlign() {
}
; ASM-LABEL:AllocBigAlign:
-; ASM:.LAllocBigAlign$__0:
-; ASM: push {fp}
-; ASM: mov fp, sp
-; ASM: sub sp, sp, #12
-; ASM: bic sp, sp, #31
-; ASM: sub sp, sp, #32
-; ASM: mov r0, sp
-; ASM: mov sp, fp
-; ASM: pop {fp}
-; ASM: # fp = def.pseudo
-; ASM: bx lr
+; ASM-NEXT:.LAllocBigAlign$__0:
+; ASM-NEXT: push {fp}
+; ASM-NEXT: mov fp, sp
+; ASM-NEXT: sub sp, sp, #12
+; ASM-NEXT: bic sp, sp, #31
+; ASM-NEXT: sub sp, sp, #32
+; ASM-NEXT: mov r0, sp
+; ASM-NEXT: mov sp, fp
+; ASM-NEXT: pop {fp}
+; ASM-NEXT: # fp = def.pseudo
+; ASM-NEXT: bx lr
; DIS-LABEL:00000000 <AllocBigAlign>:
; DIS-NEXT: 0: e52db004
« no previous file with comments | « src/IceInstARM32.cpp ('k') | tests_lit/assembler/arm32/push-pop.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698