tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be determin...
authorIra Rosen <irar@il.ibm.com>
Wed, 24 Oct 2007 07:51:09 +0000 (07:51 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Wed, 24 Oct 2007 07:51:09 +0000 (07:51 +0000)
commit20e545c381eecde36210a913e013e588422a3cef
treebe49be44f7fe1b474532f24bb801a3fab5d4758b
parent6f4fd5362d14e6ca794b629befd60b7b3aa56a42
tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be determined for the scalar type.

* tree-vect-analyze.c (vect_build_slp_tree): Return false if
vectype cannot be determined for the scalar type.
(vect_analyze_slp_instance): Likewise.
* tree-vect-transform.c (vect_model_reduction_cost): Change the
return type to bool. Return false if vectype cannot be determined
for the scalar type.
(vect_get_constant_vectors): Return false if vectype cannot be
determined for the scalar type.
(get_initial_def_for_induction, vect_get_vec_def_for_operand,
get_initial_def_for_reduction, vect_create_epilog_for_reduction,
vectorizable_reduction): Likewise.

From-SVN: r129598
gcc/ChangeLog
gcc/tree-vect-analyze.c
gcc/tree-vect-transform.c