aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-05-11 15:48:51 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-05-11 15:48:51 +0000
commitc24e924f928e7a092a7dd829a6eb95c2c95625a3 (patch)
treec9c6ce3724ccca0a8b77c6921f9f1419ba1db0d3 /gcc/dumpfile.h
parent2e3757e78af922758a8ec45c4af78159384a6091 (diff)
downloadgcc-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/dumpfile.h')
-rw-r--r--gcc/dumpfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index df0f11a..19c6d3e 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -147,6 +147,7 @@ extern const char *dump_flag_name (int);
extern void dump_printf (int, const char *, ...) ATTRIBUTE_PRINTF_2;
extern void dump_printf_loc (int, source_location,
const char *, ...) ATTRIBUTE_PRINTF_3;
+extern void dump_function (int phase, tree fn);
extern void dump_basic_block (int, basic_block, int);
extern void dump_generic_expr_loc (int, source_location, int, tree);
extern void dump_generic_expr (int, int, tree);