aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2005-02-14 21:32:14 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2005-02-14 21:32:14 +0000
commitf46fe224b46111667af38b9902c02655d16063c5 (patch)
tree486b7eae9e3ea288b6c260c42a958d851be929ed /gcc/tree-dump.h
parentc36eda5462a917b6b23c07fa0ac1752cf830a29d (diff)
downloadgcc-f46fe224b46111667af38b9902c02655d16063c5.zip
gcc-f46fe224b46111667af38b9902c02655d16063c5.tar.gz
gcc-f46fe224b46111667af38b9902c02655d16063c5.tar.bz2
tree-dump.c (dump_files): Update to reflect new member of dump_file_info.
2005-02-14 Daniel Berlin <dberlin@dberlin.org> * tree-dump.c (dump_files): Update to reflect new member of dump_file_info. (dump_register): Add new argument. Set glob name. (dump_switch_p_1): Check against glob name if doglob was passed. (dump_switch_p): Check against regular first, then glob if we didn't have any hits on the dump name. * tree-optimize.c (register_one_dump_file): Pass in glob name as well. * tree-pass.h (struct dump_file_info): Add glob member. From-SVN: r95048
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r--gcc/tree-dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h
index 3f5c8ae..033ca19 100644
--- a/gcc/tree-dump.h
+++ b/gcc/tree-dump.h
@@ -88,6 +88,7 @@ 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 *, int, unsigned int, int);
+extern unsigned int dump_register (const char *, const char *, const char *,
+ int, unsigned int, int);
#endif /* ! GCC_TREE_DUMP_H */