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

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

Issue 1678133003: Subzero: Fix trailing whitespace errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Rebase Created 4 years, 10 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/push-pop.ll ('k') | tests_lit/assembler/arm32/sandboxing.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/rsb.ll
diff --git a/tests_lit/assembler/arm32/rsb.ll b/tests_lit/assembler/arm32/rsb.ll
index d0bd68c8c4094cddc4c6e8fbc836e9307727a5f1..962c0edce10f0935aaf2cb9d5c6c2f89f98093a9 100644
--- a/tests_lit/assembler/arm32/rsb.ll
+++ b/tests_lit/assembler/arm32/rsb.ll
@@ -2,7 +2,7 @@
; uses rsb for type i64.
; Also shows an example of a register-shifted register (data) operation.
-
+
; REQUIRES: allow_dump
; Compile using standalone assembler.
@@ -38,7 +38,7 @@ entry:
; IASM-NEXT: .byte 0xe2
; ASM-NEXT: str r0, [sp, #20]
-; ASM-NEXT: # [sp, #20] = def.pseudo
+; ASM-NEXT: # [sp, #20] = def.pseudo
; DIS-NEXT: 4: e58d0014
; IASM-NEXT: .byte 0x14
; IASM-NEXT: .byte 0x0
@@ -53,7 +53,7 @@ entry:
; IASM-NEXT: .byte 0xe1
; ASM-NEXT: str r0, [sp, #16]
-; ASM-NEXT: # [sp, #16] = def.pseudo
+; ASM-NEXT: # [sp, #16] = def.pseudo
; DIS-NEXT: c: e58d0010
; IASM-NEXT: .byte 0x10
; IASM-NEXT: .byte 0x0
@@ -68,7 +68,7 @@ entry:
; IASM-NEXT: .byte 0xe1
; ASM-NEXT: str r0, [sp, #12]
-; ASM-NEXT: # [sp, #12] = def.pseudo
+; ASM-NEXT: # [sp, #12] = def.pseudo
; DIS-NEXT: 14: e58d000c
; IASM-NEXT: .byte 0xc
; IASM-NEXT: .byte 0x0
@@ -83,7 +83,7 @@ entry:
; IASM-NEXT: .byte 0xe1
; ASM-NEXT: str r0, [sp, #8]
-; ASM-NEXT: # [sp, #8] = def.pseudo
+; ASM-NEXT: # [sp, #8] = def.pseudo
; DIS-NEXT: 1c: e58d0008
; IASM-NEXT: .byte 0x8
; IASM-NEXT: .byte 0x0
« no previous file with comments | « tests_lit/assembler/arm32/push-pop.ll ('k') | tests_lit/assembler/arm32/sandboxing.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698