Move symtab_node::dump_table to symbol_table::dump
commitacd183e40414265a79b3eb9b33e047be5613e6e0
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 May 2017 14:28:35 +0000 (23 14:28 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 May 2017 14:28:35 +0000 (23 14:28 +0000)
treeace1eea3c695f1c68c60b7dfba0d5ba8292ddef7
parent03211402fa5654d1c8510fd5eedef4645086bb17
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248368 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/ipa-cp.c
gcc/ipa-icf.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/passes.c
gcc/symtab.c
gcc/tree-ssa-structalias.c