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

Unified Diff: tests_lit/assembler/arm32/ret.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/global-load-store.ll ('k') | tests_lit/assembler/arm32/sub.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/ret.ll
diff --git a/tests_lit/assembler/arm32/ret.ll b/tests_lit/assembler/arm32/ret.ll
index 5df61d4f3fa2fb3c86a877b0e678d95335c0e47c..ad8eef882e567e713635ebb00b83dfca024aaab6 100644
--- a/tests_lit/assembler/arm32/ret.ll
+++ b/tests_lit/assembler/arm32/ret.ll
@@ -27,10 +27,9 @@ define internal void @f() {
; ASM-NEXT: .Lf$__0:
; ASM-NEXT: bx lr
-
-
; DIS-LABEL:00000000 <f>:
; IASM-LABEL:f:
+; IASM-NEXT:.Lf$__0:
; DIS-NEXT: 0: e12fff1e
; IASM-NEXT: .byte 0x1e
« no previous file with comments | « tests_lit/assembler/arm32/global-load-store.ll ('k') | tests_lit/assembler/arm32/sub.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698