tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.
authorRichard Biener <rguenther@suse.de>
Tue, 23 Oct 2018 09:17:29 +0000 (09:17 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Oct 2018 09:17:29 +0000 (09:17 +0000)
2018-10-23  Richard Biener  <rguenther@suse.de>

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

From-SVN: r265415

gcc/ChangeLog
gcc/tree-vect-stmts.c

index 68b1f93daae3a1e926e955c196b12f381155e844..59887e476cba62527259fd5484058be71f0a6cff 100644 (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
index 7e05cbb790365f088147cfaa1b9a3dd3d75c3170..7127c17c788fa4cb7b9f8e2be751bd79c26adf46 100644 (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,