This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Do we still need get_callee_fndecl?
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: aph at redhat dot com
- Cc: roger at eyesopen dot com, stevenb at suse dot de, gcc at gcc dot gnu dot org
- Date: Tue, 22 Mar 2005 11:32:46 -0500 (EST)
- Subject: Re: Do we still need get_callee_fndecl?
- References: <20050322.111420.35015524.kazu@cs.umass.edu>
Hi Andrew,
> I am wondering if we still need get_callee_fndecl in the presence of
> tree optimizers. I think this function performs a form of constant
> propagation at a rather strange place.
Sorry for omitting you in the CC.
Once you fix java_get_callee_fndecl, perhaps we only need to call it
during inlining?
Kazu Hirata