Remove dead variable.

llvm-svn: 135923
This commit is contained in:
Bill Wendling 2011-07-25 18:01:27 +00:00
parent b97270d58a
commit 1d10909cb7
1 changed files with 0 additions and 1 deletions

View 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 ||