Remove dead variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2011-07-25 18:01:27 +00:00
parent 09b02c8ddd
commit 091a864f06

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