projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90c545
)
Remove dead variable.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 28 Dec 2009 01:57:39 +0000
(
01:57
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 28 Dec 2009 01:57:39 +0000
(
01:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92193
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMBaseInstrInfo.cpp
b/lib/Target/ARM/ARMBaseInstrInfo.cpp
index 1aae369583e52c24a71a709afb0c100d49169103..7cfa09746707fee3556162f7eac7598b5b72a8f3 100644
(file)
--- 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;