[llvm] r174094 - Remove unused variable, which should have been removed with r174083.

Chad Rosier mcrosier at apple.com
Thu Jan 31 13:23:44 PST 2013


Author: mcrosier
Date: Thu Jan 31 15:23:44 2013
New Revision: 174094

URL: http://llvm.org/viewvc/llvm-project?rev=174094&view=rev
Log:
Remove unused variable, which should have been removed with r174083.

Modified:
    llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp

Modified: llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp?rev=174094&r1=174093&r2=174094&view=diff
==============================================================================
--- llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/MSP430/MSP430RegisterInfo.cpp Thu Jan 31 15:23:44 2013
@@ -167,7 +167,6 @@ MSP430RegisterInfo::eliminateFrameIndex(
                                         RegScavenger *RS) const {
   assert(SPAdj == 0 && "Unexpected");
 
-  unsigned i = 0;
   MachineInstr &MI = *II;
   MachineBasicBlock &MBB = *MI.getParent();
   MachineFunction &MF = *MBB.getParent();





More information about the llvm-commits mailing list