* cgraphunit.c (add_new_function): Fix logic when adding from
commitf2c6b33f08656ecf93afce51b49038e4a2050293
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Aug 2013 11:02:37 +0000 (3 11:02 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Aug 2013 11:02:37 +0000 (3 11:02 +0000)
treefd2c8e4d8d7c3285928ec7b185aa274fc22fa0be
parent09ab63351cc3021827f9d1ac7b3f7da7715b6684
* cgraphunit.c (add_new_function): Fix logic when adding from
late IPA pass.
(assemble_thunk): Rename to ...
(expand_thunk); .. this one; export; get it working with general functions;
make produced gimple valid.
* cgraph.h (expand_thunk): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201463 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c