diff options
author | H.J. Lu <hjl@gnu.org> | 1998-06-20 23:55:13 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-20 17:55:13 -0600 |
commit | a24da858abcb8a310a27c6e20793e56ab4810369 (patch) | |
tree | 181269f1de5f04e2759680dae7bedd6853e7a7e0 /gcc/flow.c | |
parent | 62e349a0054b444effee9e6268d8fcf5705d655a (diff) | |
download | gcc-a24da858abcb8a310a27c6e20793e56ab4810369.zip gcc-a24da858abcb8a310a27c6e20793e56ab4810369.tar.gz gcc-a24da858abcb8a310a27c6e20793e56ab4810369.tar.bz2 |
flow.c (allocate_for_life_analysis, [...]): Remove declaration.
* flow.c (allocate_for_life_analysis, init_regset_vector):
Remove declaration.
* function.h (get_first_block_beg): New declaration.
* gbl-ctors.h (__do_global_dtors): Add prototype.
* gcov-io.h (__fetch_long): New declaration.
(__store_long): Likewise.
(__read_long): Likewise.
(__write_long): Likewise.
* gcov.c (print_usage): New declaration.
* Makefile.in (c-iterate.o): Depend on insn-codes.h too.
From-SVN: r20631
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -261,8 +261,6 @@ static HARD_REG_SET elim_reg_set; static void find_basic_blocks_1 PROTO((rtx, rtx, int)); static void mark_label_ref PROTO((rtx, rtx, int)); static void life_analysis_1 PROTO((rtx, int)); -void allocate_for_life_analysis PROTO((void)); -void init_regset_vector PROTO((regset *, int, struct obstack *)); static void propagate_block PROTO((regset, rtx, rtx, int, regset, int)); static rtx flow_delete_insn PROTO((rtx)); |