diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:47:29 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:47:29 +0000 |
commit | 0019492df5a20c5b3b6d6cd6a52e26be03ddb58e (patch) | |
tree | 02d760faa2edcf054521c763f17de45357e930fc /gcc/rtlanal.c | |
parent | 15159a4eb6d1af9b463ef539b769ae451b83e362 (diff) | |
download | gcc-0019492df5a20c5b3b6d6cd6a52e26be03ddb58e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31461 138bc75d-0d04-0410-961f-82ee72b054a4
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)) |