* lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Nov 2014 16:53:51 +0000 (16:53 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Nov 2014 16:53:51 +0000 (16:53 +0000)
commit54f880b20625d469117a7174d92f620591b133ec
tree76e6169e67fc97082991b66e36d3b94491a938ca
parentfced1951382c2629531f15b0d1cc599f2fc88a30
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217607 138bc75d-0d04-0410-961f-82ee72b054a4
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