diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-10-11 15:02:04 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-10-11 15:02:04 +0000 |
commit | 4a7bd8e25b9441695adb7923a93fa42a18881a59 (patch) | |
tree | c87114a2f0f405284d636fc474afc541e484b1b9 /gcc/flow.c | |
parent | 0126020166c4f3bc6a262125ec51a99de8379c4b (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |