diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-11-03 02:08:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-11-03 02:08:41 +0000 |
commit | bdd371c0ed2a07875f813978d2f4781a6e78685b (patch) | |
tree | 9e3ac0dc892d6dad302161434eb55bc05d972349 | |
parent | 162e20934b314f8e1e80004dc8d64723e0bfb4cf (diff) |
Dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31405 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86RegisterInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.cpp b/lib/Target/X86/X86RegisterInfo.cpp index 82190bcc16..aa3ed3089d 100644 --- a/lib/Target/X86/X86RegisterInfo.cpp +++ b/lib/Target/X86/X86RegisterInfo.cpp @@ -1063,10 +1063,6 @@ void X86RegisterInfo::emitEpilogue(MachineFunction &MF, } if (hasFP(MF)) { - // Get the offset of the stack slot for the EBP register... which is - // guaranteed to be the last slot by processFunctionBeforeFrameFinalized. - int EBPOffset = MFI->getObjectOffset(MFI->getObjectIndexEnd()-1)+SlotSize; - // mov ESP, EBP BuildMI(MBB, MBBI, Is64Bit ? X86::MOV64rr : X86::MOV32rr, 1, StackPtr). addReg(FramePtr); |