This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

CVS 19981011: flow.c (find_basic_blocks_1) proto fix


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]