diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 0fe43aae370..4c8d1ff7407 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2097,6 +2097,7 @@ extern rtx stack_limit_rtx; /* In regrename.c */ extern void regrename_optimize PARAMS ((void)); +extern void copyprop_hardreg_forward PARAMS ((void)); /* In ifcvt.c */ extern void if_convert PARAMS ((int)); |