[llvm-commits] [llvm] r56267 - in /llvm/trunk: lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.h test/CodeGen/PowerPC/trampoline.ll
Duncan Sands
baldrick at free.fr
Tue Sep 16 23:28:25 PDT 2008
Hi Bill,
> Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
> function with appropriate parameters. This allows us to support blocks on PPC.
glad to see trampolines coming in useful! I was surprised to see
this though: I thought the whole point of blocks is that it doesn't
need trampolines...
Ciao,
Duncan.
More information about the llvm-commits
mailing list