This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New langhook: lang_get_callee_fndecl


On Fri, Oct 03, 2003 at 05:17:58PM +0100, Andrew Haley wrote:
> 	* tree.c (get_callee_fndecl): Call
> 	lang_hooks.lang_get_callee_fndecl.
> 	* langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): New.
> 	(lhd_get_callee_fndecl): New.

Ok.

For tree-ssa we probably should be using a METHOD_CALL_EXPR or
some such, so that we don't lower this information immediately.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]