diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2011-06-06 13:24:55 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2011-06-06 13:24:55 +0000 |
commit | 6d8402ac13cd591026591be13329c4eda24ce639 (patch) | |
tree | 17c8c5596a02cb936bbd251b4cf84ef3d841da0a /gcc/tree-pretty-print.h | |
parent | f75e1f1ee358b9beae2ec796930280fdd47a4eae (diff) | |
download | gcc-6d8402ac13cd591026591be13329c4eda24ce639.zip gcc-6d8402ac13cd591026591be13329c4eda24ce639.tar.gz gcc-6d8402ac13cd591026591be13329c4eda24ce639.tar.bz2 |
tree-pretty-print.c (dump_function_header): Add flags.
* tree-pretty-print.c (dump_function_header): Add flags.
Don't dump decl_uid with nouid.
* tree-pretty-print.h (dump_function_header): Adjust.
* final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
* passes.c (pass_init_dump_file): Pass dump_flags on.
* tree-cfg.c (gimple_dump_cfg): Pass flags on.
From-SVN: r174698
Diffstat (limited to 'gcc/tree-pretty-print.h')
-rw-r--r-- | gcc/tree-pretty-print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h index 6075878..0de18ca 100644 --- a/gcc/tree-pretty-print.h +++ b/gcc/tree-pretty-print.h @@ -50,7 +50,7 @@ extern void debug_generic_expr (tree); extern void debug_generic_stmt (tree); extern void debug_tree_chain (tree); extern void percent_K_format (text_info *); -extern void dump_function_header (FILE *, tree); +extern void dump_function_header (FILE *, tree, int); /* In toplev.c */ extern bool default_tree_printer (pretty_printer *, text_info *, const char *, |