mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Proving once again that I am not as smart as the compiler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4667f2cbad
commit
d8624ed07f
@ -525,8 +525,7 @@ as:
|
|||||||
|
|
||||||
_foo:
|
_foo:
|
||||||
lwz r2, 0(r3)
|
lwz r2, 0(r3)
|
||||||
slwi r4, r2, 1
|
rlwinm r4, r2, 1, 0, 0
|
||||||
rlwinm r4, r4, 0, 0, 0
|
|
||||||
or r2, r2, r4
|
or r2, r2, r4
|
||||||
stw r2, 0(r3)
|
stw r2, 0(r3)
|
||||||
blr
|
blr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user