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
This commit is contained in:
Richard Guenther 2007-11-01 22:20:29 +00:00 committed by Richard Biener
parent f8423fea8d
commit 945bfaca2e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-11-01 Richard Guenther <rguenther@suse.de>
* ggc-page.c (extra_order_size_tab): Add bitmap_head size.
2007-11-01 Steven Bosscher <stevenb.gcc@gmail.com>
PR rtl-optimization/33828

View File

@ -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,