summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-31 21:23:44 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-31 21:23:44 +0000
commita6d8e19c02e4f96c673dbb256d922ed65e3ddb6f (patch)
treed35d7551c55d3bcdd8bb6be19ed0e6e31904398f /lib/Target/MSP430
parent16d1a6bf082e7dbda4de2e5a54b9e8caae990c61 (diff)
downloadllvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.tar.gz
llvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.tar.bz2
llvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.tar.xz
Remove unused variable, which should have been removed with r174083.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r--lib/Target/MSP430/MSP430RegisterInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430RegisterInfo.cpp b/lib/Target/MSP430/MSP430RegisterInfo.cpp
index bb0f660b6e..6e0a2237f8 100644
--- 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();