2018-10-23 Richard Biener <rguenther@suse.de>
* tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.
From-SVN: r265415
+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
&& (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,