]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-scalar-evolution.c
convert the rest of the users of pointer_map to hash_map
authorTrevor Saunders <tsaunders@mozilla.com>
Thu, 7 Aug 2014 10:44:14 +0000 (10:44 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 7 Aug 2014 10:44:14 +0000 (10:44 +0000)
commit39c8aaa4bfab14d348ffbe515b332f03383eb1e9
treee1ee8dbd0c20ebb30d7feede4036d428ac99a76f
parent66b5e890ec57bcd04ccde2b69cdd88810697667e
convert the rest of the users of pointer_map to hash_map

gcc/

* hash-map.h (default_hashmap_traits): Adjust overloads of hash
function to not conflict.
* alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
of pointer_map.

gcc/cp/

* cp-tree.h, pt.c: Use hash_map instead of pointer_map.

gcc/lto/

* lto-partition.c, lto.c: Use hash_map instead of pointer_map.

From-SVN: r213703
26 files changed:
gcc/ChangeLog
gcc/alias.c
gcc/cfgexpand.c
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/dse.c
gcc/except.h
gcc/gimple-expr.c
gcc/gimple-ssa-strength-reduction.c
gcc/gimple-ssa.h
gcc/hash-map.h
gcc/ifcvt.c
gcc/lto-streamer-out.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto-partition.c
gcc/lto/lto.c
gcc/tree-affine.c
gcc/tree-affine.h
gcc/tree-predcom.c
gcc/tree-scalar-evolution.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa.c
gcc/value-prof.c