mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 20:20:26 +08:00
* loop.c (count_one_set): Add prototype.
From-SVN: r22886
This commit is contained in:
parent
b0c24c269a
commit
237228c033
@ -21,6 +21,8 @@ Wed Oct 7 02:27:52 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
Wed Oct 7 01:08:43 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
|
||||
|
||||
* loop.c (count_one_set): Add prototype.
|
||||
|
||||
* caller-save.c (restore_referenced_regs): Lose mode argument.
|
||||
(insert_save): Lose mode argument.
|
||||
(insert_restore): Lose mode argument.
|
||||
|
@ -291,6 +291,8 @@ static int reg_in_basic_block_p PROTO((rtx, rtx));
|
||||
static int consec_sets_invariant_p PROTO((rtx, int, rtx));
|
||||
static rtx libcall_other_reg PROTO((rtx, rtx));
|
||||
static int labels_in_range_p PROTO((rtx, int));
|
||||
static void count_one_set PROTO((rtx, rtx, varray_type, rtx *));
|
||||
|
||||
static void count_loop_regs_set PROTO((rtx, rtx, varray_type, varray_type,
|
||||
int *, int));
|
||||
static void note_addr_stored PROTO((rtx, rtx));
|
||||
|
Loading…
Reference in New Issue
Block a user