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

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

Issue 1448783004: Fix translation of instruction "move" in ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. 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 | « tests_lit/assembler/arm32/store-sf.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/uxtb.ll
diff --git a/tests_lit/assembler/arm32/uxtb.ll b/tests_lit/assembler/arm32/uxtb.ll
index df2d4dc1f4273eca7d99b9f11bb31b19b8e6b1ca..fb17eaa62253afcd9be41580f5ca16a33866b735 100644
--- a/tests_lit/assembler/arm32/uxtb.ll
+++ b/tests_lit/assembler/arm32/uxtb.ll
@@ -73,7 +73,11 @@ entry:
; ASM-NEXT: mov r0, r1
; DIS-NEXT: 10: e1a00001
-; IASM-NEXT: mov r0, r1
+; IASM-NEXT: .byte 0x1
+; IASM-NEXT: .byte 0x0
+; IASM-NEXT: .byte 0xa0
+; IASM-NEXT: .byte 0xe1
+
; ASM-NEXT: bx lr
; DIS-NEXT: 14: e12fff1e
« no previous file with comments | « tests_lit/assembler/arm32/store-sf.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698