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

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

Issue 1424923005: Add workaround to allow testing of ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove unnecessary addition of ARM32 local (assembler) label. 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
Index: tests_lit/assembler/arm32/sdiv.ll
diff --git a/tests_lit/assembler/arm32/sdiv.ll b/tests_lit/assembler/arm32/sdiv.ll
index 91031e51f196adc6db2069c2cf77841fa583f910..4cd11e7ebc7bb74b0ec8bce76871f69f835328bd 100644
--- a/tests_lit/assembler/arm32/sdiv.ll
+++ b/tests_lit/assembler/arm32/sdiv.ll
@@ -49,6 +49,7 @@ define internal i32 @SdivTwoRegs(i32 %a, i32 %b) {
; IASM-NEXT: .byte 0x0
; IASM-NEXT: .byte 0x1a
; IASM-NEXT: .long 0xe7fedef0
+; IASM-NEXT:.LSdivTwoRegs$local$__0:
; IASM-NEXT: .byte 0x10
; IASM-NEXT: .byte 0xf1
; IASM-NEXT: .byte 0x10

Powered by Google App Engine
This is Rietveld 408576698