basic-block.h (init_regset_vector): Delete declaration.

* basic-block.h (init_regset_vector): Delete declaration.
        * flow.c (init_regset_vector): Make it static and add a prototype.

From-SVN: r20647
This commit is contained in:
Jeffrey A Law 1998-06-21 21:49:52 +00:00 committed by Jeff Law
parent 4d7fc9e757
commit 04821e98a7
3 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,9 @@ Sun Jun 21 17:05:34 1998 Dave Love <d.love@dl.ac.uk>
Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
* basic-block.h (init_regset_vector): Delete declaration.
* flow.c (init_regset_vector): Make it static and add a prototype.
* bitmap.h (debug_bitmap): Declare.
* haifa-sched.c (debug_ready_list): Make static.

View File

@ -264,6 +264,3 @@ extern void sbitmap_union_of_successors PROTO ((sbitmap, sbitmap *, int,
int_list_ptr *));
extern void compute_dominators PROTO ((sbitmap *, sbitmap *,
int_list_ptr *, int_list_ptr *));
/* In flow.c */
extern void init_regset_vector PROTO ((regset *, int, struct obstack *));

View File

@ -282,6 +282,8 @@ static void add_pred_succ PROTO ((int, int, int_list_ptr *,
static int_list_ptr alloc_int_list_node PROTO ((int_list_block **));
static int_list_ptr add_int_list_node PROTO ((int_list_block **,
int_list **, int));
static void init_regset_vector PROTO ((regset *, int,
struct obstack *));
/* Find basic blocks of the current function.
F is the first insn of the function and NREGS the number of register numbers
@ -1496,7 +1498,7 @@ allocate_for_life_analysis ()
NELTS elements, and space is allocated from the ALLOC_OBSTACK
obstack. */
void
static void
init_regset_vector (vector, nelts, alloc_obstack)
regset *vector;
int nelts;