From c8a73af391a42b0669c8cc096e1aba1d95de4b02 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 29 Nov 2013 03:36:53 +0000 Subject: [PATCH] Remove unused variable from r195944. llvm-svn: 195945 --- llvm/lib/CodeGen/TargetLoweringBase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp index fa1f526b1b1d..1ab198428ad0 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -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.