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:
16d1a6b
)
Remove unused variable, which should have been removed with r174083.
author
Chad Rosier
<mcrosier@apple.com>
Thu, 31 Jan 2013 21:23:44 +0000
(21:23 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Thu, 31 Jan 2013 21:23:44 +0000
(21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174094
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSP430/MSP430RegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430RegisterInfo.cpp
b/lib/Target/MSP430/MSP430RegisterInfo.cpp
index bb0f660b6e329812f10b207a0559bdb5e1bfbefd..6e0a2237f837393b462939bb781aa184e551a10d 100644
(file)
--- a/
lib/Target/MSP430/MSP430RegisterInfo.cpp
+++ b/
lib/Target/MSP430/MSP430RegisterInfo.cpp
@@
-167,7
+167,6
@@
MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
RegScavenger *RS) const {
assert(SPAdj == 0 && "Unexpected");
- unsigned i = 0;
MachineInstr &MI = *II;
MachineBasicBlock &MBB = *MI.getParent();
MachineFunction &MF = *MBB.getParent();