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 2b0285d..5227eb8 100644 --- a/gcc/gimple-pretty-print.h +++ b/gcc/gimple-pretty-print.h @@ -33,6 +33,7 @@ extern void debug (gimple_statement_d &ref); extern void debug (gimple_statement_d *ptr); 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 (FILE *, basic_block, int, int); extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block); #endif /* ! GCC_GIMPLE_PRETTY_PRINT_H */ |