diff options
Diffstat (limited to 'gcc/gimple-pretty-print.h')
-rw-r--r-- | gcc/gimple-pretty-print.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/gimple-pretty-print.h b/gcc/gimple-pretty-print.h index 587e537..1ab24b8 100644 --- a/gcc/gimple-pretty-print.h +++ b/gcc/gimple-pretty-print.h @@ -24,14 +24,14 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" /* In gimple-pretty-print.c */ -extern void debug_gimple_stmt (gimple); +extern void debug_gimple_stmt (gimple *); extern void debug_gimple_seq (gimple_seq); extern void print_gimple_seq (FILE *, gimple_seq, int, int); -extern void print_gimple_stmt (FILE *, gimple, int, int); -extern void debug (gimple_statement_base &ref); -extern void debug (gimple_statement_base *ptr); -extern void print_gimple_expr (FILE *, gimple, int, int); -extern void pp_gimple_stmt_1 (pretty_printer *, gimple, int, int); +extern void print_gimple_stmt (FILE *, gimple *, int, int); +extern void debug (gimple &ref); +extern void debug (gimple *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); |