diff options
author | Nathan Sidwell <nathan@acm.org> | 2017-05-11 15:48:51 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-05-11 15:48:51 +0000 |
commit | c24e924f928e7a092a7dd829a6eb95c2c95625a3 (patch) | |
tree | c9c6ce3724ccca0a8b77c6921f9f1419ba1db0d3 /gcc/tree-dump.h | |
parent | 2e3757e78af922758a8ec45c4af78159384a6091 (diff) | |
download | gcc-c24e924f928e7a092a7dd829a6eb95c2c95625a3.zip gcc-c24e924f928e7a092a7dd829a6eb95c2c95625a3.tar.gz gcc-c24e924f928e7a092a7dd829a6eb95c2c95625a3.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r-- | gcc/tree-dump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index c4df8f2..6649ed2 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -87,7 +87,6 @@ extern void dump_string (dump_info_p, const char *); extern void dump_string_field (dump_info_p, const char *, const char *); extern void queue_and_dump_index (dump_info_p, const char *, const_tree, int); extern void queue_and_dump_type (dump_info_p, const_tree); -extern void dump_function (int, tree); extern int dump_flag (dump_info_p, int, const_tree); #endif /* ! GCC_TREE_DUMP_H */ |