This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Re: tree-vectorizer.c splitup


Dorit Naishlos <DORIT@il.ibm.com> wrote:

>         * tree-vectorizer.h (vect_dump, vect_verbosity_level): Added
>         extern decleration.
>         (slpeel_tree_peel_loop_to_edge): Function externalized (had a
> static
>         declaration in tree-vectorizer.c, now has an extern
>         declaration in tree-vectorizer.h).
>         (slpeel_make_loop_iterate_ntimes):
>         (slpeel_can_duplicate_loop_p):
>         (slpeel_verify_cfg_after_peeling):
>         (vect_strip_conversion):
>         (get_vectype_for_scalar_type):

I believe the correct way of writing this is:

         (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
         slpeel_verify_cfg_after_peeling, vect_strip_conversion,
         get_vectype_for_scalar_type): Likewise.

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]