[llvm] r195945 - Remove unused variable from r195944.

Lang Hames lhames at gmail.com
Thu Nov 28 19:36:53 PST 2013


Author: lhames
Date: Thu Nov 28 21:36:53 2013
New Revision: 195945

URL: http://llvm.org/viewvc/llvm-project?rev=195945&view=rev
Log:
Remove unused variable from r195944.


Modified:
    llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp

Modified: llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp?rev=195945&r1=195944&r2=195945&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp (original)
+++ llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp Thu Nov 28 21:36:53 2013
@@ -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.





More information about the llvm-commits mailing list