summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2013-11-29 03:36:53 +0000
committerLang Hames <lhames@gmail.com>2013-11-29 03:36:53 +0000
commit3d9cfe7e99dbf7f9f8db23783a9a2ed2fcbec4f2 (patch)
tree7899dab3655ddd3b4b767297d7c3f8db1d32067a /lib/CodeGen/TargetLoweringBase.cpp
parent1cbca515b6804a24d778fc0cab04ea0c53900141 (diff)
Remove unused variable from r195944.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r--lib/CodeGen/TargetLoweringBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetLoweringBase.cpp b/lib/CodeGen/TargetLoweringBase.cpp
index fa1f526b1b1..1ab198428ad 100644
--- a/lib/CodeGen/TargetLoweringBase.cpp
+++ b/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.