mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Remove a FIXME.
Explanation: This function is in TargetLowering because it uses RegClassForVT which would need to be moved to TargetRegisterInfo and would necessitate moving isTypeLegal over as well - a massive change that would just require TargetLowering having a TargetRegisterInfo class member that it would use. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
435571ada6
commit
341f17d0f0
@ -1930,7 +1930,6 @@ getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
|
||||
return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
|
||||
}
|
||||
|
||||
// FIXME: Why this routine is here? Move to RegInfo!
|
||||
std::pair<const TargetRegisterClass *, uint8_t>
|
||||
X86TargetLowering::findRepresentativeClass(const TargetRegisterInfo *TRI,
|
||||
MVT VT) const {
|
||||
|
Loading…
Reference in New Issue
Block a user