From 4a7bd8e25b9441695adb7923a93fa42a18881a59 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 11 Oct 1998 15:02:04 +0000 Subject: [PATCH] * flow.c (find_basic_blocks_1): Fix prototype. From-SVN: r22986 --- gcc/ChangeLog | 4 ++++ gcc/flow.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1c44a00b861..e3aed7d2842a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 11 14:21:14 1998 Mark Mitchell + + * flow.c (find_basic_blocks_1): Fix prototype. + Sun Oct 11 05:03:41 1998 Ken Raeburn * tree.h (DECL_NO_CHECK_MEMORY_USAGE): New macros. diff --git a/gcc/flow.c b/gcc/flow.c index 35a43cd8932e..30618a47a62e 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -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)); -- 2.47.3