PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 09:38:11 +0000 (09:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 09:38:11 +0000 (09:38 +0000)
commit367372a30c36776e31958f0dc38306f32b80aa7c
tree79e5f97b48c73da206ac439af53ced76b447fe0b
parentc9708122836670953b7f7b3a86cc263b63fe3e3e
PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack. Each target can further adjust the frame size if necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/Alpha/AlphaRegisterInfo.cpp
lib/Target/IA64/IA64RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp