summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitc8a73af391a42b0669c8cc096e1aba1d95de4b02 (patch)
tree587b887ed90c7ede349bd60a5e484a4d16ebc07c /llvm/lib/CodeGen/TargetLoweringBase.cpp
parent39609996d9440fade118d6bd8eb83851651eda80 (diff)
downloadbcm5719-llvm-c8a73af391a42b0669c8cc096e1aba1d95de4b02.tar.gz
bcm5719-llvm-c8a73af391a42b0669c8cc096e1aba1d95de4b02.zip
Remove unused variable from r195944.
llvm-svn: 195945
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 fa1f526b1b1..1ab198428ad 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.
OpenPOWER on IntegriCloud