projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ada58
)
Correct wrong register in this example, pointed out by Baoshan Pang.
author
Duncan Sands
<baldrick@free.fr>
Fri, 7 Jun 2013 08:30:55 +0000
(08:30 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 7 Jun 2013 08:30:55 +0000
(08:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183495
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/README.txt
patch
|
blob
|
history
diff --git
a/lib/CodeGen/README.txt
b/lib/CodeGen/README.txt
index 7f75f65167a382b515f79f547f2988ba06a66564..8f19e432ab7992a2f7d7ce18dd0402efdef64ab5 100644
(file)
--- 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