summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-22 05:33:03 +0000
committerEric Christopher <echristo@gmail.com>2014-05-22 05:33:03 +0000
commit65382d73169dc6c8e748059adf6b294d3a076f94 (patch)
tree971f9e35a5027de5e276afb99127ad2b8668d473 /llvm/lib/CodeGen/TargetLoweringBase.cpp
parent2bd1262a3299ca9c9ac936df6d17f52858d21ef8 (diff)
downloadbcm5719-llvm-65382d73169dc6c8e748059adf6b294d3a076f94.tar.gz
bcm5719-llvm-65382d73169dc6c8e748059adf6b294d3a076f94.zip
Remove unused variable.
llvm-svn: 209391
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp
index 978432411ef..2634d71fce3 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.
OpenPOWER on IntegriCloud