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 0d7ffb77a8e..0ca999e38ab 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1010,7 +1010,7 @@ extern rtx find_use_as_address PROTO((rtx, rtx, HOST_WIDE_INT)); extern int max_parallel; /* Free up register info memory. */ -extern void allocate_reg_info PROTO((size_t, int, int)); +extern void free_reg_info PROTO((void)); /* recog.c */ extern int asm_noperands PROTO((rtx)); |

