-
- Downloads
cgraph.c (dump_cgraph_node): Add replace output flag by process.
* cgraph.c (dump_cgraph_node): Add replace output flag by process. * cgraph.h (cgraph_node): Likewise. * cgraphunit.c (cgraph_process_new_functions): Set process flag. (cgraph_reset_node): Use process flag. (cgraph_mark_functions_to_output): Likewise. (cgraph_expand_function): Likewise. (cgraph_expand_all_functions): Likewise. (cgraph_output_in_order): Likewise. * dwarf2out.c (reference_to_unused): Likewise. * passes.c do_per_function_toporder): Likewise. From-SVN: r145178
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraph.c 2 additions, 2 deletionsgcc/cgraph.c
- gcc/cgraph.h 2 additions, 2 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 11 additions, 10 deletionsgcc/cgraphunit.c
- gcc/dwarf2out.c 1 addition, 1 deletiongcc/dwarf2out.c
- gcc/passes.c 3 additions, 0 deletionsgcc/passes.c
Loading
Please register or sign in to comment