>     Check if STMT_INFO performs a function call that can be vectorized.
> -   If VEC_STMT is also passed, vectorize STMT_INFO: create a vectorized
> -   stmt to replace it, put it in VEC_STMT, and insert it at GSI.
> +   If COST_VEC is also passed, vectorize STMT_INFO: create a vectorized
> +   stmt to replace it, and insert it at GSI.
>     Return true if STMT_INFO is vectorizable in this way.  */

Isn't it the other way around?  If cost_vec is _not_ passed we vectorize, 
otherwise just cost?

-- 
Regards
 Robin

Reply via email to