lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
authorJan Hubicka <hubicka@ucw.cz>
Sat, 15 Nov 2014 16:53:51 +0000 (17:53 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 15 Nov 2014 16:53:51 +0000 (16:53 +0000)
commitca9a04dab65aa459a69364376e4fd6188f5f78a3
tree76e6169e67fc97082991b66e36d3b94491a938ca
parent64ec531860ae0632d2e02cf545e1b2f99aa32b44
lto-streamer-out.c (hash_tree): Use cl_optimization_hash.

* lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
* lto-streamer.h (cl_optimization_stream_out, cl_optimization_stream_in): Declare.
* optc-save-gen.awk: Generate cl_optimization LTO streaming and hashing routines.
* opth-gen.awk: Add prototype of cl_optimization_hash.
* tree-streamer-in.c (unpack_ts_optimization): Remove.
(streamer_unpack_tree_bitfields): Use cl_optimization_stream_in.
* tree-streamer-out.c (pack_ts_optimization): Remove.
(streamer_pack_tree_bitfields): Use cl_optimization_stream_out.

From-SVN: r217607
gcc/ChangeLog
gcc/lto-streamer-out.c
gcc/lto-streamer.h
gcc/optc-save-gen.awk
gcc/opth-gen.awk
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c