* loop.c (count_one_set): Add prototype.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Wed, 7 Oct 1998 09:47:54 +0000 (03:47 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 7 Oct 1998 09:47:54 +0000 (03:47 -0600)
From-SVN: r22886

gcc/ChangeLog
gcc/loop.c

index 07884a77672fc0c1154b3ba81c27d979dc6b21f1..c47326d56083a92d44db86ca9d8e087de22f98de 100644 (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.
index f9a7d2e0a47cb1b0859bb704bf493902ed9414dc..4529946d1a92af1a43da83bf3518adc8b6f13404 100644 (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));