aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-28 01:57:39 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-28 01:57:39 +0000
commit9bf50f45e7f1ea82b391673b8e0903b5c4e2460c (patch)
treec317a31ce4b28d584593eb4634533fdaf5913771 /lib/Target
parente90c545aeb53bacdad1206bbceb72087c78a2283 (diff)
downloadexternal_llvm-9bf50f45e7f1ea82b391673b8e0903b5c4e2460c.zip
external_llvm-9bf50f45e7f1ea82b391673b8e0903b5c4e2460c.tar.gz
external_llvm-9bf50f45e7f1ea82b391673b8e0903b5c4e2460c.tar.bz2
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMBaseInstrInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.cpp b/lib/Target/ARM/ARMBaseInstrInfo.cpp
index 1aae369..7cfa097 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.cpp
+++ b/lib/Target/ARM/ARMBaseInstrInfo.cpp
@@ -944,8 +944,6 @@ reMaterialize(MachineBasicBlock &MBB,
unsigned DestReg, unsigned SubIdx,
const MachineInstr *Orig,
const TargetRegisterInfo *TRI) const {
- DebugLoc dl = Orig->getDebugLoc();
-
if (SubIdx && TargetRegisterInfo::isPhysicalRegister(DestReg)) {
DestReg = TRI->getSubReg(DestReg, SubIdx);
SubIdx = 0;