]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_SUBBLOCKS.
authorRichard Guenther <rguenther@suse.de>
Fri, 8 Oct 2010 15:20:13 +0000 (15:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 8 Oct 2010 15:20:13 +0000 (15:20 +0000)
commit8686c474f718468adeaf5663f0ad4e0721ef2ab0
treed62ad1cfdc8e1a0d094175d74989ff5a8b3d7e5b
parenta75bfaa6cdea2dd7c2e8ac2aa4f52267b3213362
lto-streamer-out.c (lto_output_ts_block_tree_pointers): Do not output BLOCK_SUBBLOCKS.

2010-10-08  Richard Guenther  <rguenther@suse.de>

* lto-streamer-out.c (lto_output_ts_block_tree_pointers):
Do not output BLOCK_SUBBLOCKS.
* lto-streamer-in.c (lto_input_ts_block_tree_pointers):
Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
Re-construct BLOCK_SUBBLOCKS of parent block.
(lto_input_ts_binfo_tree_pointers): Reserve exact space needed
for BINFO_BASE_ACCESSES.

From-SVN: r165190
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c