CVS 19981011: flow.c (find_basic_blocks_1) proto fix

Mumit Khan khan@xraylith.wisc.edu
Sun Oct 11 12:22:00 GMT 1998


Sun Oct 11 14:01:49 1998  Mumit Khan <khan@xraylith.wisc.edu>

	* flow.c (find_basic_blocks_1): Fix prototype.

Index: gcc/flow.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/flow.c,v
retrieving revision 1.68
diff -u -3 -p -r1.68 flow.c
--- flow.c	1998/10/10 23:18:28	1.68
+++ flow.c	1998/10/11 19:19:24
@@ -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));



More information about the Gcc-patches mailing list