r217572 - in /trunk/gcc: lto-streamer-out.c lto...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Fri Nov 14 15:48:00 GMT 2014
Author: hubicka
Date: Fri Nov 14 15:48:47 2014
New Revision: 217572
URL: https://gcc.gnu.org/viewcvs?rev=217572&root=gcc&view=rev
Log:
* 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.
Modified:
trunk/gcc/lto-streamer-out.c
trunk/gcc/lto-streamer.h
More information about the Gcc-cvs
mailing list