cgraph.c (cgraph_release_function_body): New function.
* cgraph.c (cgraph_release_function_body): New function. (cgraph_remove_node): Use it. * cgraph.h (cgraph_release_function_body): Declare. * cgraphunit.c (cgraph_expand_function): Use it. * ipa.c (cgraph_remove_unreahchable_nodes): Use it. * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing is initialized and while compilation of other function is running. * tree-optimize.c (execute_free_cfg_annotations): Move code to clear statement CFG annotations from here to ... * tree-cfg.c (delete_tree_cfg_annotations): ... here. From-SVN: r120437
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraph.c 22 additions, 5 deletionsgcc/cgraph.c
- gcc/cgraph.h 1 addition, 0 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 1 addition, 3 deletionsgcc/cgraphunit.c
- gcc/ipa.c 1 addition, 3 deletionsgcc/ipa.c
- gcc/tree-cfg.c 11 additions, 0 deletionsgcc/tree-cfg.c
- gcc/tree-optimize.c 0 additions, 12 deletionsgcc/tree-optimize.c
- gcc/tree-ssa.c 5 additions, 2 deletionsgcc/tree-ssa.c
Loading
Please register or sign in to comment