[llvm] r209391 - Remove unused variable.
Eric Christopher
echristo at gmail.com
Wed May 21 22:33:04 PDT 2014
Author: echristo
Date: Thu May 22 00:33:03 2014
New Revision: 209391
URL: http://llvm.org/viewvc/llvm-project?rev=209391&view=rev
Log:
Remove unused variable.
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=209391&r1=209390&r2=209391&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp (original)
+++ llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp Thu May 22 00:33:03 2014
@@ -915,7 +915,6 @@ bool TargetLoweringBase::isLegalRC(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.
More information about the llvm-commits
mailing list