[llvm-commits] [poolalloc] r57214 - /poolalloc/trunk/lib/PoolAllocate/TransformFunctionBody.cpp

Duncan Sands baldrick at free.fr
Tue Oct 7 01:04:07 PDT 2008


> +  CallSite(NewCall).setCallingConv(CallSite(TheCall).getCallingConv());

Don't forget tail call markings and parameter attributes.

Ciao,

Duncan.

PS: These things are too easy to forget - there should really be some
helpers that take care of this kind of thing...



More information about the llvm-commits mailing list