]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto.c (gimple_types, [...]): Remove old merging code and statistics.
authorRichard Biener <rguenther@suse.de>
Mon, 14 Oct 2013 12:57:11 +0000 (12:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 14 Oct 2013 12:57:11 +0000 (12:57 +0000)
commit0a387eca30eaf0766b8de644dd61bf9cadbbf21d
treed015e96919c82a5177c24d12355e967bd12c39ab
parent055416a8d14d5d741fcbf42b1f1396241737e4e6
lto.c (gimple_types, [...]): Remove old merging code and statistics.

2013-10-14  Richard Biener  <rguenther@suse.de>

lto/
* lto.c (gimple_types, type_hash_cache, struct type_pair_d,
type_pair_cache, lookup_type_pair, struct sccs, next_dfs_num,
gtc_next_dfs_num, compare_type_names_p, gtc_visit,
gimple_types_compatible_p_1, gimple_types_compatible_p,
visit, iterative_hash_name, struct type_hash_pair,
type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
gimple_type_eq, gimple_register_type, num_not_merged_types,
num_not_merged_types_in_same_scc, num_not_merged_types_trees,
num_not_merged_types_in_same_scc_trees): Remove old merging code
and statistics.
(lto_read_decls): Do not run old merging code in parallel.
(read_cgraph_and_symbols): Do not init/free old merging
data structures.
(print_lto_report_1): Do not report differences of old vs. new
merging code.

From-SVN: r203533
gcc/lto/ChangeLog
gcc/lto/lto.c