aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2007-11-01 22:20:29 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2007-11-01 22:20:29 +0000
commit945bfaca2e8a22850091765d667dc24e356ba420 (patch)
treeaea02760bafc35a576835f2787e714f1a0f2f1c0 /gcc/ggc-page.c
parentf8423fea8da09d34b08b9cec9a72a2d8c9ba42e7 (diff)
downloadgcc-945bfaca2e8a22850091765d667dc24e356ba420.zip
gcc-945bfaca2e8a22850091765d667dc24e356ba420.tar.gz
gcc-945bfaca2e8a22850091765d667dc24e356ba420.tar.bz2
ggc-page.c (extra_order_size_tab): Add bitmap_head size.
2007-11-01 Richard Guenther <rguenther@suse.de> * ggc-page.c (extra_order_size_tab): Add bitmap_head size. From-SVN: r129833
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r--gcc/ggc-page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index 6b691ee..94ffd50 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -195,6 +195,7 @@ static const size_t extra_order_size_table[] = {
sizeof (struct function),
sizeof (struct basic_block_def),
sizeof (bitmap_element),
+ sizeof (bitmap_head),
/* PHI nodes with one to three arguments are already covered by the
above sizes. */
sizeof (struct tree_phi_node) + sizeof (struct phi_arg_d) * 3,