diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 00:40:39 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 00:40:39 +0000 |
commit | 2a43678beed809fa59cefb614575805d58b38724 (patch) | |
tree | 6a89784a7594dce3c6e8e000c1873ed88f1d6e8c /gcc/regmove.c | |
parent | 761d81cbdbe553bbe3ab9f5ebe7affad85ca8bff (diff) | |
download | gcc-2a43678beed809fa59cefb614575805d58b38724.tar.gz |
* varasm.c (asm_output_bss): Add prototype.
(asm_output_aligned_bss): Likewise.
* unroll.c (verify_addresses): Add prototype.
* toplev.c: Add many prototypes. Too many to mention here.
* stmt.c (check_seenlabel): Add prototype.
* rtlanal.c (reg_set_p_1): Add prototype.
(reg_set_last_1): Likewise.
* reorg.c (find_dead_or_set_registers): Add prototype.
* regmove (try_auto_increment): Add prototype.
* regstack.c (pop_stack): Add prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19254 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r-- | gcc/regmove.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c index 54a54b309a9..d3c25fd4055 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -55,6 +55,7 @@ struct match { int early_clobber[MAX_RECOG_OPERANDS]; }; +static int try_auto_increment PROTO((rtx, rtx, rtx, rtx, HOST_WIDE_INT, int)); static int find_matches PROTO((rtx, struct match *)); static int fixup_match_1 PROTO((rtx, rtx, rtx, rtx, rtx, int, int, int, FILE *)) ; |