diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-31 21:23:44 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-31 21:23:44 +0000 |
commit | a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f (patch) | |
tree | d35d7551c55d3bcdd8bb6be19ed0e6e31904398f /lib/Target/MSP430/MSP430RegisterInfo.cpp | |
parent | 16d1a6bf082e7dbda4de2e5a54b9e8caae990c61 (diff) | |
download | external_llvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.zip external_llvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.tar.gz external_llvm-a6d8e19c02e4f96c673dbb256d922ed65e3ddb6f.tar.bz2 |
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/MSP430RegisterInfo.cpp')
-rw-r--r-- | lib/Target/MSP430/MSP430RegisterInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430RegisterInfo.cpp b/lib/Target/MSP430/MSP430RegisterInfo.cpp index bb0f660..6e0a223 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(); |