diff options
Diffstat (limited to 'gcc/sbitmap.h')
-rw-r--r-- | gcc/sbitmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 63f12e4..9a0852a 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -223,7 +223,11 @@ inline void sbitmap_vector_free (sbitmap * vec) } extern void dump_bitmap (FILE *, const_sbitmap); +extern void debug_raw (const simple_bitmap_def &ref); +extern void debug_raw (const simple_bitmap_def *ptr); extern void dump_bitmap_file (FILE *, const_sbitmap); +extern void debug (const simple_bitmap_def &ref); +extern void debug (const simple_bitmap_def *ptr); extern void dump_bitmap_vector (FILE *, const char *, const char *, sbitmap *, int); extern sbitmap sbitmap_alloc (unsigned int); |