forked from OSchip/llvm-project
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. llvm-svn: 230585
This commit is contained in:
parent
834d6420c1
commit
5f54195e4a
|
@ -1930,7 +1930,6 @@ getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
|
||||||
return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
|
return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Why this routine is here? Move to RegInfo!
|
|
||||||
std::pair<const TargetRegisterClass *, uint8_t>
|
std::pair<const TargetRegisterClass *, uint8_t>
|
||||||
X86TargetLowering::findRepresentativeClass(const TargetRegisterInfo *TRI,
|
X86TargetLowering::findRepresentativeClass(const TargetRegisterInfo *TRI,
|
||||||
MVT VT) const {
|
MVT VT) const {
|
||||||
|
|
Loading…
Reference in New Issue