Remove dead variable.
authorBill Wendling <isanbard@gmail.com>
Mon, 25 Jul 2011 18:01:27 +0000 (18:01 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 25 Jul 2011 18:01:27 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135923 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FrameLowering.cpp

index 7933593e64944da4500371e81968be629d593058..189c80d5f22d26851befcaa480442d44ef00f252 100644 (file)
@@ -759,7 +759,6 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF) const {
   // Skip the callee-saved push instructions.
   bool PushedRegs = false;
   int StackOffset = 2 * stackGrowth;
-  SmallVector<int, 8> SavedRegs;
 
   while (MBBI != MBB.end() &&
          (MBBI->getOpcode() == X86::PUSH32r ||