]> git.ipfire.org Git - thirdparty/gcc.git/commit
convert many uses of pointer_map to hash_map
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2014 11:34:54 +0000 (11:34 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Aug 2014 11:34:54 +0000 (11:34 +0000)
commit06ecf4884b35f5ee5b211f0c2f753d5d4eee2481
treeb20f9df1d7e2cb3a642d2fab604f827c7d23712a
parent431205b753bfa26d1711e40ce478d9e92fd157da
convert many uses of pointer_map to hash_map

gcc/c-family/

* cilk.c: Use hash_map instead of pointer_map.

gcc/c/

* c-typeck.c: Use hash_map instead of pointer_map.

gcc/cp/

* optimize.c, semantics.c: Use hash_map instead of pointer_map.

gcc/

* hash-map.h (default_hashmap_traits::mark_key_deleted):
Fix cast.
(hash_map::remove): New method.
(hash_map::traverse): New method.
* cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
 pointer_map.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213517 138bc75d-0d04-0410-961f-82ee72b054a4
33 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/cilk.c
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/cgraph.h
gcc/cp/ChangeLog
gcc/cp/optimize.c
gcc/cp/semantics.c
gcc/except.c
gcc/except.h
gcc/gimple-ssa-strength-reduction.c
gcc/hash-map.h
gcc/ipa-utils.c
gcc/lto-cgraph.c
gcc/lto-streamer.h
gcc/omp-low.c
gcc/predict.c
gcc/tree-cfg.c
gcc/tree-cfgcleanup.c
gcc/tree-eh.c
gcc/tree-eh.h
gcc/tree-inline.c
gcc/tree-inline.h
gcc/tree-nested.c
gcc/tree-sra.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-reassoc.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa.c
gcc/tree-ssa.h
gcc/var-tracking.c