From 65382d73169dc6c8e748059adf6b294d3a076f94 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 22 May 2014 05:33:03 +0000 Subject: [PATCH] Remove unused variable. llvm-svn: 209391 --- 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 978432411ef8..2634d71fce36 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -915,7 +915,6 @@ bool TargetLoweringBase::isLegalRC(const TargetRegisterClass *RC) const { MachineBasicBlock* TargetLoweringBase::emitPatchPoint(MachineInstr *MI, MachineBasicBlock *MBB) const { - const TargetMachine &TM = getTargetMachine(); MachineFunction &MF = *MI->getParent()->getParent(); // MI changes inside this loop as we grow operands.