aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@markmitchell.com>1998-10-11 15:02:04 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-10-11 15:02:04 +0000
commit4a7bd8e25b9441695adb7923a93fa42a18881a59 (patch)
treec87114a2f0f405284d636fc474afc541e484b1b9 /gcc/flow.c
parent0126020166c4f3bc6a262125ec51a99de8379c4b (diff)
downloadgcc-4a7bd8e25b9441695adb7923a93fa42a18881a59.zip
gcc-4a7bd8e25b9441695adb7923a93fa42a18881a59.tar.gz
gcc-4a7bd8e25b9441695adb7923a93fa42a18881a59.tar.bz2
* flow.c (find_basic_blocks_1): Fix prototype.
From-SVN: r22986
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 35a43cd..30618a4 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));