cgraph.c (thunk_adjust): Export.
authorJan Hubicka <hubicka@ucw.cz>
Sun, 8 May 2016 18:44:02 +0000 (20:44 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 8 May 2016 18:44:02 +0000 (18:44 +0000)
commit6bbf39b789101366bccacda4f912b05636f03887
tree6fd631ddca25c1c6908f1589de9b99b80f6a38b4
parent3b695ba657799e3723a892a5fec1a1fb2061c63c
cgraph.c (thunk_adjust): Export.

* 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.

From-SVN: r236012
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphclones.c
gcc/cgraphunit.c
gcc/ipa-inline-analysis.c
gcc/tree-inline.c