This is the mail archive of the gcc-patches@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: [PATCH]: Kill inlined_fns from struct tree_decl


Daniel Berlin <dberlin@dberlin.org> writes:

> 	* tree-inline.c (struct inline_data): Remove inlined_fns.
> 	(expand_call_inline): Remove dead code setting
> 	inlined_fns.
> 	(optimize_inline_calls): Remove dead code setting DECL_INLINED_FNS.
> 	* tree.h (struct tree_decl): Remove inlined_fns.
> 	(DECL_INLINED_FNS): Dead.

Ok.

zw


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