From: Duncan Sands Date: Fri, 7 Jun 2013 08:30:55 +0000 (+0000) Subject: Correct wrong register in this example, pointed out by Baoshan Pang. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4a66d2005f585737cfe5e7dbe133fe9e9ec0b83;p=oota-llvm.git Correct wrong register in this example, pointed out by Baoshan Pang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183495 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt index 7f75f65167a..8f19e432ab7 100644 --- a/lib/CodeGen/README.txt +++ b/lib/CodeGen/README.txt @@ -21,7 +21,7 @@ can be: and then "merge" mul and mov: mul r4, r4, lr - str lr, [sp, #+52] + str r4, [sp, #+52] ldr lr, [r1, #+32] sxth r3, r3 mla r4, r3, lr, r4