diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index db21e3e..ffad399 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -237,42 +237,42 @@ static int output_reloadnum; : (type))) #ifdef HAVE_SECONDARY_RELOADS -static int push_secondary_reload PROTO((int, rtx, int, int, enum reg_class, +static int push_secondary_reload PARAMS ((int, rtx, int, int, enum reg_class, enum machine_mode, enum reload_type, enum insn_code *)); #endif -static enum reg_class find_valid_class PROTO((enum machine_mode, int)); -static int push_reload PROTO((rtx, rtx, rtx *, rtx *, enum reg_class, +static enum reg_class find_valid_class PARAMS ((enum machine_mode, int)); +static int push_reload PARAMS ((rtx, rtx, rtx *, rtx *, enum reg_class, enum machine_mode, enum machine_mode, int, int, int, enum reload_type)); -static void push_replacement PROTO((rtx *, int, enum machine_mode)); -static void combine_reloads PROTO((void)); -static int find_reusable_reload PROTO((rtx *, rtx, enum reg_class, +static void push_replacement PARAMS ((rtx *, int, enum machine_mode)); +static void combine_reloads PARAMS ((void)); +static int find_reusable_reload PARAMS ((rtx *, rtx, enum reg_class, enum reload_type, int, int)); -static rtx find_dummy_reload PROTO((rtx, rtx, rtx *, rtx *, +static rtx find_dummy_reload PARAMS ((rtx, rtx, rtx *, rtx *, enum machine_mode, enum machine_mode, enum reg_class, int, int)); -static int hard_reg_set_here_p PROTO((int, int, rtx)); -static struct decomposition decompose PROTO((rtx)); -static int immune_p PROTO((rtx, rtx, struct decomposition)); -static int alternative_allows_memconst PROTO((const char *, int)); -static rtx find_reloads_toplev PROTO((rtx, int, enum reload_type, int, int, rtx)); -static rtx make_memloc PROTO((rtx, int)); -static int find_reloads_address PROTO((enum machine_mode, rtx *, rtx, rtx *, +static int hard_reg_set_here_p PARAMS ((int, int, rtx)); +static struct decomposition decompose PARAMS ((rtx)); +static int immune_p PARAMS ((rtx, rtx, struct decomposition)); +static int alternative_allows_memconst PARAMS ((const char *, int)); +static rtx find_reloads_toplev PARAMS ((rtx, int, enum reload_type, int, int, rtx)); +static rtx make_memloc PARAMS ((rtx, int)); +static int find_reloads_address PARAMS ((enum machine_mode, rtx *, rtx, rtx *, int, enum reload_type, int, rtx)); -static rtx subst_reg_equivs PROTO((rtx, rtx)); -static rtx subst_indexed_address PROTO((rtx)); -static int find_reloads_address_1 PROTO((enum machine_mode, rtx, int, rtx *, +static rtx subst_reg_equivs PARAMS ((rtx, rtx)); +static rtx subst_indexed_address PARAMS ((rtx)); +static int find_reloads_address_1 PARAMS ((enum machine_mode, rtx, int, rtx *, int, enum reload_type,int, rtx)); -static void find_reloads_address_part PROTO((rtx, rtx *, enum reg_class, +static void find_reloads_address_part PARAMS ((rtx, rtx *, enum reg_class, enum machine_mode, int, enum reload_type, int)); -static rtx find_reloads_subreg_address PROTO((rtx, int, int, enum reload_type, +static rtx find_reloads_subreg_address PARAMS ((rtx, int, int, enum reload_type, int, rtx)); -static int find_inc_amount PROTO((rtx, rtx)); -static int loc_mentioned_in_p PROTO((rtx *, rtx)); -extern void debug_reload_to_stream PROTO((FILE *)); -extern void debug_reload PROTO((void)); +static int find_inc_amount PARAMS ((rtx, rtx)); +static int loc_mentioned_in_p PARAMS ((rtx *, rtx)); +extern void debug_reload_to_stream PARAMS ((FILE *)); +extern void debug_reload PARAMS ((void)); #ifdef HAVE_SECONDARY_RELOADS |