forked from OSchip/llvm-project
parent
2bd1262a32
commit
65382d7316
|
@ -915,7 +915,6 @@ bool TargetLoweringBase::isLegalRC(const TargetRegisterClass *RC) const {
|
|||
MachineBasicBlock*
|
||||
TargetLoweringBase::emitPatchPoint(MachineInstr *MI,
|
||||
MachineBasicBlock *MBB) const {
|
||||
const TargetMachine &TM = getTargetMachine();
|
||||
MachineFunction &MF = *MI->getParent()->getParent();
|
||||
|
||||
// MI changes inside this loop as we grow operands.
|
||||
|
|
Loading…
Reference in New Issue