2012-10-12 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 12:14:48 +0000 (12:14 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 12:14:48 +0000 (12:14 +0000)
commit51136fa7e353d69e468e7ecc37e310e3e38ab420
treec984d5bf61b729a9977d8afce864a8758acf87d1
parenta56938284872d9083b8e3735f5ad5af3d0121ce1
2012-10-12  Richard Biener  <rguenther@suse.de>

* tree-streamer-out.c (pack_ts_target_option): Rename from ...
(write_ts_target_option): ... this.
(pack_ts_optimization): Rename from ...
(write_ts_optimization): ... this.
(streamer_pack_tree_bitfields): Pack them in the bitfield section ...
(streamer_write_tree_body): ... not here.
* tree-streamer-in.c (unpack_ts_target_option): Rename from ...
(lto_input_ts_target_option): ... this.
(unpack_ts_optimization): Rename from ...
(lto_input_ts_optimization): ... this.
(unpack_value_fields): Unpack them from the bitfield section ...
(streamer_read_tree_body): ... not from here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192398 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c