Remove std::map use from graphite
authorRichard Biener <rguenther@suse.de>
Thu, 6 Aug 2020 08:18:10 +0000 (10:18 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 6 Aug 2020 08:21:15 +0000 (10:21 +0200)
commitc7b1f30258f6dbf26705d86343b8cd402376cb70
tree290612b8bd1e858b4354c6f259858fe52182da55
parentc072fd236dc08f990bfcffd98b27f211a39bb404
Remove std::map use from graphite

This replaces the use of std::map with hash_map for mapping
ISL ids to SSA names.

2020-08-06  Richard Biener  <rguenther@suse.de>

* graphite-isl-ast-to-gimple.c (ivs_params): Use hash_map instead
of std::map.
(ivs_params_clear): Adjust.
(gcc_expression_from_isl_ast_expr_id): Likewise.
(graphite_create_new_loop): Likewise.
(add_parameters_to_ivs_params): Likewise.
gcc/graphite-isl-ast-to-gimple.c