Update comment.
[oota-llvm.git] / lib / CodeGen / TargetLoweringBase.cpp
index fa1f526b1b1d79706c2bda414ea4babd85bbdf23..1ab198428ad087c7f6156243fbf809e88bf8577b 100644 (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.