Remove unused variable from r195944.
authorLang Hames <lhames@gmail.com>
Fri, 29 Nov 2013 03:36:53 +0000 (03:36 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 29 Nov 2013 03:36:53 +0000 (03:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195945 91177308-0d34-0410-b5e6-96231b3b80d8

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.