diff options
Diffstat (limited to 'gcc/sbitmap.h')
-rw-r--r-- | gcc/sbitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index fecc4915083..0ddc0d051c6 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -170,4 +170,5 @@ extern void sbitmap_union_of_succs (sbitmap, sbitmap *, int); extern void sbitmap_union_of_preds (sbitmap, sbitmap *, int); extern void debug_sbitmap (sbitmap); +extern sbitmap sbitmap_realloc (sbitmap, unsigned int); #endif /* ! GCC_SBITMAP_H */ |