diff options
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r-- | gcc/dumpfile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index b912ccf02bb..77f5de68c4d 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -125,7 +125,6 @@ extern FILE *dump_begin (int, int *); extern void dump_end (int, FILE *); extern int dump_start (int, int *); extern void dump_finish (int); -extern void dump_node (const_tree, int, FILE *); extern int dump_switch_p (const char *); extern int opt_info_switch_p (const char *); extern const char *dump_flag_name (int); @@ -142,6 +141,9 @@ extern unsigned int dump_register (const char *, const char *, const char *, int, int); extern bool enable_rtl_dump_file (void); +/* In tree-dump.c */ +extern void dump_node (const_tree, int, FILE *); + /* In combine.c */ extern void dump_combine_total_stats (FILE *); /* In cfghooks.c */ |