cgraph.h (cgraph_dump_file): Do not declare.
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 10 Sep 2004 08:20:37 +0000 (08:20 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Fri, 10 Sep 2004 08:20:37 +0000 (08:20 +0000)
commit9b3e897d2b6f2c5fdd211a729b37d565865328d9
treee470b384aebdcae27074d3368738711eddd6bf03
parentc3ee057915ca1abf5812cf7ea7efc6408e32c6b1
cgraph.h (cgraph_dump_file): Do not declare.

2004-09-10  Paolo Bonzini  <bonzini@gnu.org>

* cgraph.h (cgraph_dump_file): Do not declare.
* cgraphunit.c (cgraph_dump_file): Declare as static.
(init_cgraph): New.
* toplev.c (cgraph_dump_file): Do not declare.
(compile_file): Call init_cgraph.
* tree-dump.c (dump_files): Add IPA dump file, remove
XML dump of call graph.
(get_dump_file_name): Support IPA dump file naming scheme.
* tree.h (enum tree_dump_index): Add IPA dump file, remove
XML dump of call graph.
* doc/invoke.texi (Debugging Options): Document the new options.

From-SVN: r87281
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/doc/invoke.texi
gcc/toplev.c
gcc/tree-dump.c
gcc/tree.h