From: Richard Biener Date: Tue, 23 Oct 2018 09:17:29 +0000 (+0000) Subject: tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34873d4c8e78350ef17e603efe592c46e225a637;p=gcc.git tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. 2018-10-23 Richard Biener * tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. From-SVN: r265415 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68b1f93daae..59887e476cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-23 Richard Biener + + * tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. + 2018-10-23 Richard Biener PR tree-optimization/86144 diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index 7e05cbb7903..7127c17c788 100644 --- a/gcc/tree-vect-stmts.c +++ b/gcc/tree-vect-stmts.c @@ -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,