mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
[X86] Remove a strange fixme referring to a hack that doesn't seem to exist since the code is in a comment. Can't figure out what the body of the 'if' was supposed to be anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d8d3b62ad
commit
d571fdb20b
@ -684,9 +684,6 @@ namespace X86II {
|
||||
++FirstMemOp;// Skip the register source (which is encoded in I8IMM).
|
||||
if (HasEVEX_K)
|
||||
++FirstMemOp;// Skip the mask register
|
||||
// FIXME: Maybe lea should have its own form? This is a horrible hack.
|
||||
//if (Opcode == X86::LEA64r || Opcode == X86::LEA64_32r ||
|
||||
// Opcode == X86::LEA16r || Opcode == X86::LEA32r)
|
||||
return FirstMemOp;
|
||||
}
|
||||
case X86II::MRMXr:
|
||||
|
Loading…
x
Reference in New Issue
Block a user