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] use build_vector_from_val in more places


On Sat, Oct 30, 2010 at 17:45, Nathan Froyd <froydnj@codesourcery.com> wrote:

> Â Â Â Â* fold-const.c (build_zero_vector): Use build_vector_from_val.
> Â Â Â Â* tree-vect-loop.c (get_initial_def_for_induction): Likewise.
> Â Â Â Â(get_initial_def_for_reduction): Likewise.
> Â Â Â Â* tree-vect-slp.c (vect_get_constant_vectors): Likewise.
> Â Â Â Â* tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
> Â Â Â Â* tree.c (build_one_cst): Likewise.
> Â Â Â Â(build_vector_from_val): Use types_compatible_p for assert.

OK.


Diego.


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