diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 9f8baa1..007e4fa 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -54,10 +54,10 @@ Boston, MA 02111-1307, USA. */ #endif #endif -static void validate_replace_rtx_1 PROTO((rtx *, rtx, rtx, rtx)); -static rtx *find_single_use_1 PROTO((rtx, rtx *)); -static rtx *find_constant_term_loc PROTO((rtx *)); -static int insn_invalid_p PROTO((rtx)); +static void validate_replace_rtx_1 PARAMS ((rtx *, rtx, rtx, rtx)); +static rtx *find_single_use_1 PARAMS ((rtx, rtx *)); +static rtx *find_constant_term_loc PARAMS ((rtx *)); +static int insn_invalid_p PARAMS ((rtx)); /* Nonzero means allow operands to be volatile. This should be 0 if you are generating rtl, such as if you are calling @@ -1846,7 +1846,7 @@ offsettable_address_p (strictp, mode, y) register rtx z; rtx y1 = y; rtx *y2; - int (*addressp) PROTO ((enum machine_mode, rtx)) = + int (*addressp) PARAMS ((enum machine_mode, rtx)) = (strictp ? strict_memory_address_p : memory_address_p); if (CONSTANT_ADDRESS_P (y)) |