]> gcc.gnu.org Git - gcc.git/commit - gcc/passes.c
cgraph.c (cgraph_exapnd_queue): Rename to...
authorJan Hubicka <jh@suse.cz>
Sat, 30 Dec 2006 11:58:01 +0000 (12:58 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 30 Dec 2006 11:58:01 +0000 (11:58 +0000)
commitf45e0ad1c79faefabb17a699052140687ee3bca2
tree4ee7560469c1e50ca7f51f6e50bca995ec5871a0
parente288c21aea32c7a9424cc4b89fc4a7c75b9e5fb2
cgraph.c (cgraph_exapnd_queue): Rename to...

* cgraph.c (cgraph_exapnd_queue): Rename to...
(cgraph_new_nodes): ... this one.
(cgraph_state): New global variable.
(cgraph_add_new_function): Work in more cases.
* cgraph.h (cgraph_expand_queue): Rename to ...
(cgraph_new_nodes): ... this one.
(cgraph_state): New enum and static variable.
(cgraph_add_new_function): Update prototype.
(cgraph_process_new_functions): New.
* omp-low.c (expand_omp_parallel): Update.
* cgraphunit.c (initialize_inline_failed): Declare early.
(cgraph_process_new_functions): New function.
(cgraph_assemble_pending_functions): Use it.
(cgraph_expand_all_functions): Use it.
(cgraph_optimize): Use it; set cgraph_state.
* passes.c (execute_one_pass, execute_ipa_pass_list): Process new
functions

From-SVN: r120282
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c
gcc/omp-low.c
gcc/passes.c
This page took 0.0668 seconds and 5 git commands to generate.