forked from OSchip/llvm-project
Correct wrong register in this example, pointed out by Baoshan Pang.
llvm-svn: 183495
This commit is contained in:
parent
5e7656bf0c
commit
e0a607e376
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue