Remove unused variable.

llvm-svn: 209391
This commit is contained in:
Eric Christopher 2014-05-22 05:33:03 +00:00
parent 2bd1262a32
commit 65382d7316
1 changed files with 0 additions and 1 deletions

View File

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