diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 15:37:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 15:37:04 +0000 |
commit | 1353681247458baa6a3df8375b786df8ace7664c (patch) | |
tree | 2c932fb63a8aa3c1db1b432e880202b0e3f267b3 /gcc/recog.c | |
parent | 3fe41456ed2b825719c3f4c5e4bd90c71f1fc677 (diff) | |
download | gcc-1353681247458baa6a3df8375b786df8ace7664c.zip gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.gz gcc-1353681247458baa6a3df8375b786df8ace7664c.tar.bz2 |
machmode.h: PROTO -> PARAMS.
* machmode.h: PROTO -> PARAMS.
* mbchar.h: Likewise.
* mips-tdump.c: Likewise.
* mips-tfile.c: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* prefix.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.h: Likewise.
* recog.c: Likewise.
* recog.h: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regs.h: Likewise.
From-SVN: r31459
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)) |