Remove unused variable from r195944.

llvm-svn: 195945
This commit is contained in:
Lang Hames 2013-11-29 03:36:53 +00:00
parent 39609996d9
commit c8a73af391
1 changed files with 0 additions and 1 deletions

View File

@ -902,7 +902,6 @@ MachineBasicBlock*
TargetLoweringBase::emitPatchPoint(MachineInstr *MI,
MachineBasicBlock *MBB) const {
const TargetMachine &TM = getTargetMachine();
const TargetInstrInfo *TII = TM.getInstrInfo();
MachineFunction &MF = *MI->getParent()->getParent();
// MI changes inside this loop as we grow operands.