]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dominance.c
add hash_map class
authorTrevor Saunders <tsaunders@mozilla.com>
Tue, 24 Jun 2014 13:22:11 +0000 (13:22 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Tue, 24 Jun 2014 13:22:11 +0000 (13:22 +0000)
commit1eb68d2d011dd181aca030e98ab02f29375e89da
treee42565bc6a235c9d4d379f34d53a38e7f997cb45
parent84baa4b968f2dbf4e85e49dba9215ad0f0f3ddc8
add hash_map class

gcc/

* alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
* dominance.c (iterate_fix_dominators): Use hash_map instead of
pointer_map.
* hash-map.h: New file.
* ipa-comdats.c: Use hash_map instead of pointer_map.
* ipa.c: Likewise.
* lto-section-out.c: Adjust.
* lto-streamer.h: Replace pointer_map with hash_map.
* symtab.c (verify_symtab): Likewise.
* tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
* tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
* tree-streamer.h: Likewise.
* tree-streamer.c: Adjust.
* pointer-set.h: Remove pointer_map.

gcc/lto/

* lto.c (canonical_type_hash_cache): Use hash_map instead of
pointer_map.

From-SVN: r211938
16 files changed:
gcc/ChangeLog
gcc/alloc-pool.c
gcc/dominance.c
gcc/hash-map.h [new file with mode: 0644]
gcc/ipa-comdats.c
gcc/ipa.c
gcc/lto-section-out.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/pointer-set.h
gcc/symtab.c
gcc/tree-ssa-strlen.c
gcc/tree-ssa-uncprop.c
gcc/tree-streamer.c
gcc/tree-streamer.h