diff options
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index b604184a529..40af087e48e 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -343,6 +343,7 @@ int earlyclobber_operand_p PARAMS ((rtx)); /* Functions in reload1.c: */ +extern void reload_cse_regs PARAMS ((rtx)); extern int reloads_conflict PARAMS ((int, int)); /* Initialize the reload pass once per compilation. */ |