* flow.c (find_basic_blocks_1): Fix prototype.
authorMark Mitchell <mark@markmitchell.com>
Sun, 11 Oct 1998 15:02:04 +0000 (15:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 11 Oct 1998 15:02:04 +0000 (15:02 +0000)
From-SVN: r22986

gcc/ChangeLog
gcc/flow.c

index b1c44a00b861ea9ee1c5d3b8a7d5d5e7359049d5..e3aed7d2842ab808076ce1ed3543d4f9cc1bab6e 100644 (file)
@@ -1,3 +1,7 @@
+Sun Oct 11 14:21:14 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * flow.c (find_basic_blocks_1): Fix prototype.
+
 Sun Oct 11 05:03:41 1998  Ken Raeburn  <raeburn@cygnus.com>
 
        * tree.h (DECL_NO_CHECK_MEMORY_USAGE): New macros.
index 35a43cd8932e2ca300b9b16bef17c1bb4fbad38b..30618a47a62ed99b5bc70e89e03a3cb71d30122f 100644 (file)
@@ -253,7 +253,7 @@ static rtx last_mem_set;
 static HARD_REG_SET elim_reg_set;
 
 /* Forward declarations */
-static void find_basic_blocks_1                PROTO((rtx, rtx, int));
+static void find_basic_blocks_1                PROTO((rtx, rtx));
 static void make_edges                 PROTO((int));
 static void mark_label_ref             PROTO((rtx, rtx, int));
 static int delete_unreachable_blocks   PROTO((void));