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

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

Issue 1649053002: Add the trap instruction to the integrated ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 11 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
Index: tests_lit/assembler/arm32/mls.ll
diff --git a/tests_lit/assembler/arm32/mls.ll b/tests_lit/assembler/arm32/mls.ll
index 1db5b5b34a4e6d13df39fda9c6699d1d564534ba..c10518e016d0747b8839effc13885c1bd6d08b5d 100644
--- a/tests_lit/assembler/arm32/mls.ll
+++ b/tests_lit/assembler/arm32/mls.ll
@@ -82,7 +82,10 @@ entry:
; ASM-NEXT: .long 0xe7fedef0
; DIS-NEXT: 1c: e7fedef0
-; IASM-NEXT: .long 0xe7fedef0
+; IASM-NEXT: .byte 0xf0
+; IASM-NEXT: .byte 0xde
+; IASM-NEXT: .byte 0xfe
+; IASM-NEXT: .byte 0xe7
; ASM-NEXT: .LtestMls$local$__0:
; IASM-NEXT: .LtestMls$local$__0:

Powered by Google App Engine
This is Rietveld 408576698