On Tue, Dec 11, 2012 at 5:49 PM, Lawrence Crowl <cr...@googlers.com> wrote: > Convert tree-vectorizer.h'_loop_vec_info::peeling_htab from htab_t > to hash_table. > > * tree-vectorizer.h > > New struct peel_info_hasher. > > * tree-vect-loop.c > > Update dependent calls and types to match. > > * tree-vect-data-refs.c > > Fold vect_peeling_hash and vect_peeling_hash_eq into struct peel_info_hasher. > > Update dependent calls and types to match. > > Tested on x86_64. > > Okay for branch?
OK. Diego.