dumpfle.h (dump_function): Declare here ...
authorNathan Sidwell <nathan@acm.org>
Thu, 11 May 2017 15:48:51 +0000 (15:48 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 11 May 2017 15:48:51 +0000 (15:48 +0000)
commitc24e924f928e7a092a7dd829a6eb95c2c95625a3
treec9c6ce3724ccca0a8b77c6921f9f1419ba1db0d3
parent2e3757e78af922758a8ec45c4af78159384a6091
dumpfle.h (dump_function): Declare here ...

* dumpfle.h (dump_function): Declare here ...
* tree-dump.h (dump_function): ... not here.
* dumpfile.c: #include tree-cfg.h.
(dump_function): Move here from ...
* tree-dump.c (dump_function): ... here.
* gimplify.c: #include splay-tree.h, not tree-dump.h.
* graphite-poly.c: Don't include tree-dump.h.
* cgraphclones.c: Include dumpfile.h not tree-dump.h.
* print-tree.c: Likewise.
* stor-layout.c: Likewise.
* tree-nested.c: Likewise.

c/
* gimple-parser.c: Don't #include tree-dump.h.

fortran/
* trans-decl.c: Include dumpfile.h not tree-dump.h,

From-SVN: r247916
15 files changed:
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/gimple-parser.c
gcc/cgraphclones.c
gcc/dumpfile.c
gcc/dumpfile.h
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/gimplify.c
gcc/graphite-poly.c
gcc/print-tree.c
gcc/stor-layout.c
gcc/tree-dump.c
gcc/tree-dump.h
gcc/tree-nested.c