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: Questionable comment in cgraphunit.c:cgraph_expand_function


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


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