On Tue, 23 Oct 2018, Jakub Jelinek wrote:

> On Tue, Oct 23, 2018 at 10:57:34AM +0200, Richard Biener wrote:
> > +    /* Prefer vectorizable_call over vectorizable_simd_clone_call so
> > +       -mveclibabi= takes preference over ibrary functions with
> 
> s/ibrary/l&/

Fixed.

Richard.

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

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

Index: gcc/tree-vect-stmts.c
===================================================================
--- gcc/tree-vect-stmts.c       (revision 265414)
+++ gcc/tree-vect-stmts.c       (working copy)
@@ -9534,7 +9534,7 @@ vect_analyze_stmt (stmt_vec_info stmt_in
       && (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,

Reply via email to