Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Sep 2008 00:30:57 +0000 (00:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Sep 2008 00:30:57 +0000 (00:30 +0000)
commit7795932d41a84c921a5d348b7fa70f5d32e146d0
treefa7ec3c4dd6eba1cfb37f166f50982441a5ea944
parentd9424edf94158e3189e94d6925e034e46004ebd7
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
function with appropriate parameters. This allows us to support blocks on PPC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
test/CodeGen/PowerPC/trampoline.ll [new file with mode: 0644]