diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-01-17 15:47:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-17 15:47:29 +0000 |
commit | cdadb1dda076203885b3a3845fe41a9a87a249ba (patch) | |
tree | 02d760faa2edcf054521c763f17de45357e930fc /gcc/rtlanal.c | |
parent | 283a159fe38e477d93b189d43888f1e42043c0af (diff) | |
download | gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.gz |
reload.c: PROTO -> PARAMS.
* reload.c: PROTO -> PARAMS.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.h: Likewise.
* rtl.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
* sbitmap.h: Likewise.
* sdbout.c: Likewise.
* stack.h: Likewise.
* stmt.c: Likewise.
* system.h: Likewise.
From-SVN: r31461
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index f264e8faf03..9485865c510 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -23,13 +23,13 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "rtl.h" -static int rtx_addr_can_trap_p PROTO((rtx)); -static void reg_set_p_1 PROTO((rtx, rtx, void *)); -static void reg_set_last_1 PROTO((rtx, rtx, void *)); +static int rtx_addr_can_trap_p PARAMS ((rtx)); +static void reg_set_p_1 PARAMS ((rtx, rtx, void *)); +static void reg_set_last_1 PARAMS ((rtx, rtx, void *)); /* Forward declarations */ -static int jmp_uses_reg_or_mem PROTO((rtx)); +static int jmp_uses_reg_or_mem PARAMS ((rtx)); /* Bit flags that specify the machine subtype we are compiling for. Bits are tested using macros TARGET_... defined in the tm.h file @@ -1081,7 +1081,7 @@ reg_set_last (x, insn) void note_stores (x, fun, data) register rtx x; - void (*fun) PROTO ((rtx, rtx, void *)); + void (*fun) PARAMS ((rtx, rtx, void *)); void *data; { if ((GET_CODE (x) == SET || GET_CODE (x) == CLOBBER)) |