optc-save-gen.awk: Output cl_target_option_eq...
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 14 Nov 2014 15:48:47 +0000 (15:48 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 14 Nov 2014 15:48:47 +0000 (15:48 +0000)
commit325fe981b522bcf20b6cd03a052d92a11ed399c2
tree0e2bcb2312d855afe5e9758f5e7a00527e326393
parent54e774c010842d336124426aec671a96712cc1d7
optc-save-gen.awk: Output cl_target_option_eq...

* optc-save-gen.awk: Output cl_target_option_eq,
cl_target_option_hash, cl_target_option_stream_out,
cl_target_option_stream_in functions.
* opth-gen.awk: Output prototypes for
cl_target_option_eq and cl_target_option_hash.
* lto-streamer.h (cl_target_option_stream_out,
cl_target_option_stream_in): Declare.
* tree.c (cl_option_hash_hash): Use cl_target_option_hash.
(cl_option_hash_eq): Use cl_target_option_eq.
* tree-streamer-in.c (unpack_value_fields): Stream in
TREE_TARGET_OPTION.
* lto-streamer-out.c (DFS::DFS_write_tree_body): Follow
DECL_FUNCTION_SPECIFIC_TARGET.
(hash_tree): Hash TREE_TARGET_OPTION; visit
DECL_FUNCTION_SPECIFIC_TARGET.
* tree-streamer-out.c (streamer_pack_tree_bitfields): Skip
TS_TARGET_OPTION.
(streamer_write_tree_body): Output TS_TARGET_OPTION.

* lto.c (compare_tree_sccs_1): Compare cl_target_option_eq.

From-SVN: r217572
gcc/lto-streamer-out.c
gcc/lto-streamer.h