r220540 - in /trunk/gcc: ChangeLog lto-streamer...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Mon Feb 9 13:18:00 GMT 2015


Author: rguenth
Date: Mon Feb  9 13:18:15 2015
New Revision: 220540

URL: https://gcc.gnu.org/viewcvs?rev=220540&root=gcc&view=rev
Log:
2015-02-09  Richard Biener  <rguenther@suse.de>

	* tree-streamer.h (streamer_pack_tree_bitfields): Remove.
	(streamer_write_tree_bitfields): Declare.
	* tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
	properly unpack padding.
	(unpack_value_fields): Inline ...
	(streamer_read_tree_bitfields): ... here.
	* tree-streamer-out.c (pack_ts_base_value_fields): Inline
	and properly add padding bits.
	(streamer_pack_tree_bitfields): Fold into ...
	(streamer_write_tree_bitfields): ... this new function,
	exposing the bitpack object.
	* lto-streamer-out.c (lto_write_tree_1): Call
	streamer_write_tree_bitfields.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/tree-streamer-in.c
    trunk/gcc/tree-streamer-out.c
    trunk/gcc/tree-streamer.h



More information about the Gcc-cvs mailing list