]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-ssa-strlen.c
add hash_map class
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jun 2014 13:22:11 +0000 (13:22 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jun 2014 13:22:11 +0000 (13:22 +0000)
commitd62dd03970a5f6e18a0479428413081d7e1d7b96
treee42565bc6a235c9d4d379f34d53a38e7f997cb45
parent2933f7af8a2a577315202dc58abaa5ed4cc808b6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211938 138bc75d-0d04-0410-961f-82ee72b054a4
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