* lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.
commit5f74a0740ef4284ab6d53f079fa304a253abd759
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Aug 2013 07:33:06 +0000 (30 07:33 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Aug 2013 07:33:06 +0000 (30 07:33 +0000)
tree64eb6436c13bf84949443327cd89e6ca2e8bee1c
parent1a74893f2d74cd02e2957f666d2fdf63449f9e69
* lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.
* cgraph.c (cgraph_release_function_body): Free decl_in_state.
* lto-section-in.c (lto_free_function_in_decl_state): New function.
(lto_free_function_in_decl_state_for_node): New function.

* lto.c (read_cgraph_and_symbols): Remove ggc_collect;
clear section node; add comment why we do not collect.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202093 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cgraph.c
gcc/lto-section-in.c
gcc/lto-symtab.c
gcc/lto/ChangeLog
gcc/lto/lto.c