summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r--gcc/tree-dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h
index 8a0dcabe47d..8c05f1c87c5 100644
--- a/gcc/tree-dump.h
+++ b/gcc/tree-dump.h
@@ -88,6 +88,6 @@ extern void queue_and_dump_type (dump_info_p, tree);
extern void dump_function (enum tree_dump_index, tree);
extern void dump_function_to_file (tree, FILE *, int);
-extern unsigned int dump_register (const char *, const char *);
+extern unsigned int dump_register (const char *, const char *, int, unsigned int, int);
#endif /* ! GCC_TREE_DUMP_H */