* flow.c (find_basic_blocks_1): Fix prototype.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 1998 15:02:04 +0000 (15:02 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 1998 15:02:04 +0000 (15:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22986 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index b1c44a0..e3aed7d 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 35a43cd..30618a4 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));