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
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/lto-streamer-out.c 1 addition, 1 deletiongcc/lto-streamer-out.c
- gcc/lto-streamer.h 4 additions, 0 deletionsgcc/lto-streamer.h
- gcc/optc-save-gen.awk 57 additions, 0 deletionsgcc/optc-save-gen.awk
- gcc/opth-gen.awk 3 additions, 0 deletionsgcc/opth-gen.awk
- gcc/tree-streamer-in.c 1 addition, 16 deletionsgcc/tree-streamer-in.c
- gcc/tree-streamer-out.c 1 addition, 19 deletionsgcc/tree-streamer-out.c
Loading
Please register or sign in to comment