diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-06-21 21:49:52 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-21 15:49:52 -0600 |
commit | 04821e98a79b0172574db85f1818551cbbc47bce (patch) | |
tree | af6c7a946581bc4f3f6f0ec6c3c1eaba905a1267 /gcc/basic-block.h | |
parent | 4d7fc9e757f332ed8cca13aa8bd294a7824042c0 (diff) | |
download | gcc-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/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 4e3a7af..d41c9ba 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -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 *)); |