Re: [cxx-conversion] Convert remaining tree-parloops.c htab_t to hash_table.

2012-12-18 Thread Diego Novillo
On Mon, Dec 17, 2012 at 2:34 PM, Lawrence Crowl cr...@googlers.com wrote: Change tree-parloops.c reduction and name_to_copy hash tables from htab_t to hash_table. Fold reduction_info_hash and reduction_info_eq into new struct reduction_hasher. Fold name_to_copy_elt_eq and

[cxx-conversion] Convert remaining tree-parloops.c htab_t to hash_table.

2012-12-17 Thread Lawrence Crowl
Change tree-parloops.c reduction and name_to_copy hash tables from htab_t to hash_table. Fold reduction_info_hash and reduction_info_eq into new struct reduction_hasher. Fold name_to_copy_elt_eq and name_to_copy_elt_hash into new struct name_to_copy_hasher. Update dependent types and calls.