Fix an obvious bug. No test case since LEA16r is not being used.

llvm-svn: 91219
This commit is contained in:
Evan Cheng 2009-12-12 18:51:56 +00:00
parent 6131b44183
commit 6d6eaafa8c
1 changed files with 1 additions and 1 deletions

View File

@ -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,