Skip to content

Commit 25084af

Browse files
committed
Remove tabs.
llvm-svn: 55154
1 parent 1a6e930 commit 25084af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/lib/CodeGen/README.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ scheduled after any node that reads %reg1039.
8787

8888
Use local info (i.e. register scavenger) to assign it a free register to allow
8989
reuse:
90-
ldr r3, [sp, #+4]
91-
add r3, r3, #3
92-
ldr r2, [sp, #+8]
93-
add r2, r2, #2
94-
ldr r1, [sp, #+4] <==
95-
add r1, r1, #1
96-
ldr r0, [sp, #+4]
97-
add r0, r0, #2
90+
ldr r3, [sp, #+4]
91+
add r3, r3, #3
92+
ldr r2, [sp, #+8]
93+
add r2, r2, #2
94+
ldr r1, [sp, #+4] <==
95+
add r1, r1, #1
96+
ldr r0, [sp, #+4]
97+
add r0, r0, #2
9898

9999
//===---------------------------------------------------------------------===//
100100

0 commit comments

Comments
 (0)