diff options
Diffstat (limited to 'gcc/gimple-pretty-print.h')
| -rw-r--r-- | gcc/gimple-pretty-print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-pretty-print.h b/gcc/gimple-pretty-print.h index 9b6b559..02d8f13 100644 --- a/gcc/gimple-pretty-print.h +++ b/gcc/gimple-pretty-print.h @@ -32,5 +32,6 @@ extern void print_gimple_seq (FILE *, gimple_seq, int, int); extern void print_gimple_stmt (FILE *, gimple, int, int); extern void print_gimple_expr (FILE *, gimple, int, int); extern void pp_gimple_stmt_1 (pretty_printer *, gimple, int, int); +extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block); #endif /* ! GCC_GIMPLE_PRETTY_PRINT_H */ |
