This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Questionable comment in cgraphunit.c:cgraph_expand_function
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 24 Jul 2004 09:05:36 -0700
- Subject: Re: Questionable comment in cgraphunit.c:cgraph_expand_function
- References: <10407241316.AA02946@vlsi1.ultra.nyu.edu>
On Jul 24, 2004, at 6:16 AM, Richard Kenner wrote:
It says "nested functions are expanded via lang_expand_decl_stmt".
Well, there isn't such a function, but moreover, I see nothing
preventing
that from expanding a nested function and I'm seeing that happen.
Most likely this is a leftover code from when cgraph did the expand of
nested functions aka before tree-ssa was merged in.
So this is dead code/comment.
Thanks,
Andrew Pinski