cgraph.c (cgraph_unnest_node): New function.
authorJan Hubicka <hubicka@gcc.gnu.org>
Mon, 20 Sep 2004 20:41:20 +0000 (20:41 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 20 Sep 2004 20:41:20 +0000 (20:41 +0000)
commit1a94c545f042021777073269af02e9f9b4fec043
tree10b51dfad17b69271ca926de3da9916c61f5d835
parent8f2353433c31121e5ec31f24d70b80c385fb28ff
cgraph.c (cgraph_unnest_node): New function.

* cgraph.c (cgraph_unnest_node): New function.
(c_finalize): Rename to ....
(c_warn_unused_result_recursivly): ... this one; do only the warning
(finish_function): Finalize the toplevel function; do not lower nested tree.
* cgraph.h (cgraph_unnest_node): Declare.
* cgraphunit.c (decide_is_function_needed): Do not use cgraph
nestedness datastructure.
* cse.c (cse_insn): Do not cprop nonlocal LABEL_REFs.
* reload1.c (set_label_offsets): Fix call of set_label_offsets.
* tree-nested.c (finlize_nesting_tree_1):  Use un-nesting code.

From-SVN: r87771
gcc/c-decl.c