aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-06-21 21:49:52 +0000
committerJeff Law <law@gcc.gnu.org>1998-06-21 15:49:52 -0600
commit04821e98a79b0172574db85f1818551cbbc47bce (patch)
treeaf6c7a946581bc4f3f6f0ec6c3c1eaba905a1267 /gcc/flow.c
parent4d7fc9e757f332ed8cca13aa8bd294a7824042c0 (diff)
downloadgcc-04821e98a79b0172574db85f1818551cbbc47bce.zip
gcc-04821e98a79b0172574db85f1818551cbbc47bce.tar.gz
gcc-04821e98a79b0172574db85f1818551cbbc47bce.tar.bz2
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
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index fa77fae..f8ce868 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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;