summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 20:06:25 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-21 20:06:25 +0000
commit6d6a1312a3bf5330bf15edb321028f177d4ac29e (patch)
tree3bb29550313281477026c57bde2d29dd69039745 /gcc/bitmap.h
parent5209724bfbdc3d9e8ccdb1e62d79d3afe350700b (diff)
downloadgcc-6d6a1312a3bf5330bf15edb321028f177d4ac29e.tar.gz
* bitmap.h (debug_bitmap): Declare.
* basic-block.h (init_regset_vector): New declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20646 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r--gcc/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 2df648965f5..2941574e59c 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -97,6 +97,8 @@ extern bitmap bitmap_initialize PROTO((bitmap));
/* Release all memory held by bitmaps. */
extern void bitmap_release_memory PROTO((void));
+extern void debug_bitmap PROTO((bitmap));
+
/* Allocate a bitmap with oballoc. */
#define BITMAP_OBSTACK_ALLOC(OBSTACK) \
bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)))