tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion".
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Thu, 23 Aug 2018 18:22:10 +0000 (18:22 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Thu, 23 Aug 2018 18:22:10 +0000 (18:22 +0000)
2018-08-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo
"permutaion".

From-SVN: r263819

gcc/ChangeLog
gcc/tree-vect-data-refs.c

index 4be494db1e070bc53246415ba73dec6efd8daec5..d0484e78a876fc20d4090abea56a81e9aaf144c5 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
+
+       * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo
+       "permutaion".
+
 2018-08-23  Giuliano Belinassi  <giuliano.belinassi@usp.br>
 
        * genmatch.c (parser::parse_operation): Fix typo 'exapnded'
index e0d05333b4576abdf20a2c614f99662449edf0bb..9beb9d51f8730655dda09b5a909bbb2b9fa43456 100644 (file)
@@ -5154,7 +5154,7 @@ vect_grouped_store_supported (tree vectype, unsigned HOST_WIDE_INT count)
 
   if (dump_enabled_p ())
     dump_printf (MSG_MISSED_OPTIMIZATION,
-                "permutaion op not supported by target.\n");
+                "permutation op not supported by target.\n");
   return false;
 }