diff options
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r-- | gcc/tree-dump.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index 50faf4b..67ea6e5 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -89,12 +89,9 @@ 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 void dump_function_to_file (tree, FILE *, int); -extern void debug_function (tree, int); extern int dump_flag (dump_info_p, int, const_tree); -extern unsigned int dump_register (const char *, const char *, const char *, - int); - +/* In tree-cfg.c */ +extern void dump_function_to_file (tree, FILE *, int); #endif /* ! GCC_TREE_DUMP_H */ |