-
- Downloads
Move symtab_node::dump_table to symbol_table::dump
2017-05-23 Martin Liska <mliska@suse.cz> * cgraph.h: Move symtab_node::dump_table to symbol_table::dump and symtab_node::debug_symtab to symbol_table::debug. * cgraphunit.c (analyze_functions): Use the renamed function. (symbol_table::compile): Likewise. * ipa-cp.c (ipcp_verify_propagated_values): Likewise. * ipa-icf.c (sem_item_optimizer::execute): Likewise. * passes.c (execute_todo): Likewise. * symtab.c (symbol_table::dump): New function. * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function. 2017-05-23 Martin Liska <mliska@suse.cz> * lto.c (read_cgraph_and_symbols): Use the renamed function. (do_whole_program_analysis): Use the renamed function. From-SVN: r248368
Showing
- gcc/ChangeLog 12 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraph.h 9 additions, 6 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 4 additions, 4 deletionsgcc/cgraphunit.c
- gcc/ipa-cp.c 1 addition, 1 deletiongcc/ipa-cp.c
- gcc/ipa-icf.c 1 addition, 1 deletiongcc/ipa-icf.c
- gcc/lto/ChangeLog 5 additions, 0 deletionsgcc/lto/ChangeLog
- gcc/lto/lto.c 3 additions, 3 deletionsgcc/lto/lto.c
- gcc/passes.c 1 addition, 1 deletiongcc/passes.c
- gcc/symtab.c 1 addition, 12 deletionsgcc/symtab.c
- gcc/tree-ssa-structalias.c 1 addition, 1 deletiongcc/tree-ssa-structalias.c
Loading
Please register or sign in to comment