ipa-icf.h (symbol_compare_hash): New class.
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 25 Jun 2015 17:16:51 +0000 (17:16 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 25 Jun 2015 17:16:51 +0000 (17:16 +0000)
commit9654754bd9ab263c3d2a6e04bbd1a4dc36f9f280
tree6728b4fcfe1d6d91859b5129fff9d1b8b4a755c0
parente0702244b8e0fa5555e20b5554545bab9d06927f
ipa-icf.h (symbol_compare_hash): New class.

gcc/
* ipa-icf.h (symbol_compare_hash): New class.
(symbol_compare_hashmap_traits): Use it.
* mem-stats.h (mem_alloc_description::mem_location_hash): New class.
(mem_alloc_description::mem_alloc_hashmap_traits): Use it.
(mem_alloc_description::reverse_mem_map_t): Remove redundant
default_hashmap_traits.
* sanopt.c (sanopt_tree_triplet_hash): New class.
(sanopt_tree_triplet_map_traits): Use it.

From-SVN: r224974
gcc/ChangeLog
gcc/ipa-icf.h
gcc/mem-stats.h
gcc/sanopt.c