r194487 - in /branches/cxx-conversion/gcc: Make...

crowl@gcc.gnu.org crowl@gcc.gnu.org
Thu Dec 13 19:50:00 GMT 2012


Author: crowl
Date: Thu Dec 13 19:50:49 2012
New Revision: 194487

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194487
Log:
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.



Modified:
    branches/cxx-conversion/gcc/Makefile.in
    branches/cxx-conversion/gcc/tree-vect-data-refs.c
    branches/cxx-conversion/gcc/tree-vect-loop.c
    branches/cxx-conversion/gcc/tree-vectorizer.h



More information about the Gcc-cvs mailing list