From: Bill Wendling Date: Fri, 22 Aug 2008 00:04:26 +0000 (+0000) Subject: Remove tabs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6211d9e83dfce3f8e3109af0d4b9a8e6647eedf;p=oota-llvm.git Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt index d5ddd217962..64374ce137f 100644 --- a/lib/CodeGen/README.txt +++ b/lib/CodeGen/README.txt @@ -87,14 +87,14 @@ scheduled after any node that reads %reg1039. Use local info (i.e. register scavenger) to assign it a free register to allow reuse: - ldr r3, [sp, #+4] - add r3, r3, #3 - ldr r2, [sp, #+8] - add r2, r2, #2 - ldr r1, [sp, #+4] <== - add r1, r1, #1 - ldr r0, [sp, #+4] - add r0, r0, #2 + ldr r3, [sp, #+4] + add r3, r3, #3 + ldr r2, [sp, #+8] + add r2, r2, #2 + ldr r1, [sp, #+4] <== + add r1, r1, #1 + ldr r0, [sp, #+4] + add r0, r0, #2 //===---------------------------------------------------------------------===//