]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraph.h
Move symtab_node::dump_table to symbol_table::dump
authorMartin Liska <mliska@suse.cz>
Tue, 23 May 2017 14:28:35 +0000 (16:28 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 23 May 2017 14:28:35 +0000 (14:28 +0000)
commit6c52831d98b00d02a3c11b46fbf80991ef0dc0fa
treeace1eea3c695f1c68c60b7dfba0d5ba8292ddef7
parent3494e738cf975b8220002a25c9de4d616a60ac46
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
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