r236012 - in /trunk/gcc: ChangeLog cgraph.h cgr...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Sun May 8 18:44:00 GMT 2016


Author: hubicka
Date: Sun May  8 18:44:02 2016
New Revision: 236012

URL: https://gcc.gnu.org/viewcvs?rev=236012&root=gcc&view=rev
Log:

	* cgraph.c (thunk_adjust): Export.
	* cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
	* cgraphunit.c (thunk_adjust): Export.
	(cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
	thunks.
	* ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
	inlinable.
	* tree-inline.c (expand_call_inline): Expand thunks inline.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.h
    trunk/gcc/cgraphclones.c
    trunk/gcc/cgraphunit.c
    trunk/gcc/ipa-inline-analysis.c
    trunk/gcc/tree-inline.c



More information about the Gcc-cvs mailing list