* Follow the PowerPC convention of leaving 24 bytes for linking on the stack.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 21:35:00 +0000 (21:35 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 1 Jul 2004 21:35:00 +0000 (21:35 +0000)
commit452069abccca2a2ea2887220aceeedda8bb6b6d7
tree16dd244b55ba1b68c21b091ad34de2e7eea0d043
parent425ff24bb3cd74a46cad98688547d33a12ea0ab6
* Follow the PowerPC convention of leaving 24 bytes for linking on the stack.
* Also leave space for spilling integer registers (this should be calculated)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14554 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PowerPCRegisterInfo.cpp