This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New langhook: lang_get_callee_fndecl
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 3 Oct 2003 13:56:40 -0700
- Subject: Re: New langhook: lang_get_callee_fndecl
- References: <16253.41270.450848.845547@cuddles.cambridge.redhat.com>
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~