diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 8bbbfaea122..ff884b314a4 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2130,7 +2130,7 @@ extern rtx move_by_pieces (rtx, rtx, unsigned HOST_WIDE_INT, unsigned int, int); /* In cfgrtl.c */ -extern void print_rtl_with_bb (FILE *, rtx); +extern void print_rtl_with_bb (FILE *, const_rtx); /* In cfg.c. */ extern void dump_reg_info (FILE *); |