tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.

2018-10-23  Richard Biener  <rguenther@suse.de>

	* tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.

From-SVN: r265415
This commit is contained in:
Richard Biener 2018-10-23 09:17:29 +00:00 committed by Richard Biener
parent bc37759a51
commit 34873d4c8e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-10-23 Richard Biener <rguenther@suse.de>
* tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.
2018-10-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/86144

View File

@ -9534,7 +9534,7 @@ vect_analyze_stmt (stmt_vec_info stmt_info, bool *need_to_vectorize,
&& (STMT_VINFO_RELEVANT_P (stmt_info)
|| STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def))
/* Prefer vectorizable_call over vectorizable_simd_clone_call so
-mveclibabi= takes preference over ibrary functions with
-mveclibabi= takes preference over library functions with
the simd attribute. */
ok = (vectorizable_call (stmt_info, NULL, NULL, node, cost_vec)
|| vectorizable_simd_clone_call (stmt_info, NULL, NULL, node,