* loop.c (count_one_set): Add prototype.

From-SVN: r22886
This commit is contained in:
Bernd Schmidt 1998-10-07 03:47:54 -06:00 committed by Jeff Law
parent b0c24c269a
commit 237228c033
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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));