mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Fix an obvious bug. No test case since LEA16r is not being used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91219 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da8bafbf83
commit
15b0d97068
@ -816,7 +816,7 @@ def BSR32rm : I<0xBD, MRMSrcMem, (outs GR32:$dst), (ins i32mem:$src),
|
||||
|
||||
let neverHasSideEffects = 1 in
|
||||
def LEA16r : I<0x8D, MRMSrcMem,
|
||||
(outs GR16:$dst), (ins i32mem:$src),
|
||||
(outs GR16:$dst), (ins lea32mem:$src),
|
||||
"lea{w}\t{$src|$dst}, {$dst|$src}", []>, OpSize;
|
||||
let isReMaterializable = 1 in
|
||||
def LEA32r : I<0x8D, MRMSrcMem,
|
||||
|
Loading…
x
Reference in New Issue
Block a user