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

Unified Diff: tests_lit/assembler/arm32/global-load-store.ll

Issue 1407273006: Generate block labels in the ARM hybrid assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. Created 5 years, 2 months 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/branch-simple.ll ('k') | tests_lit/assembler/arm32/ret.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/global-load-store.ll
diff --git a/tests_lit/assembler/arm32/global-load-store.ll b/tests_lit/assembler/arm32/global-load-store.ll
index 1f33085cae1909b6c00b5bee4a91d9408983c974..d5c1edfdcc0669f30bbc71f23d91e93126f7fcf3 100644
--- a/tests_lit/assembler/arm32/global-load-store.ll
+++ b/tests_lit/assembler/arm32/global-load-store.ll
@@ -52,6 +52,7 @@ define internal i32 @load() {
; DIS-NEXT: c: e12fff1e
; IASM-LABEL:load:
+; IASM-NEXT: .Lload$__0:
; IASM-NEXT: movw r0, #:lower16:global1
; IASM-NEXT: movt r0, #:upper16:global1
; IASM-NEXT: ldr r0, [r0]
@@ -80,6 +81,7 @@ define internal void @store(i32 %v) {
; DIS-NEXT: 1c: e12fff1e
; IASM-LABEL:store:
+; IASM-NEXT: .Lstore$__0:
; IASM-NEXT: movw r1, #:lower16:global1
; IASM-NEXT: movt r1, #:upper16:global1
; IASM-NEXT: str r0, [r1]
« no previous file with comments | « tests_lit/assembler/arm32/branch-simple.ll ('k') | tests_lit/assembler/arm32/ret.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698