aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2018-08-23 18:22:10 +0000
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>2018-08-23 18:22:10 +0000
commit429ca5b4809f0109ccd84984477b436cd35b677c (patch)
tree67136fb5c8ae911ae34ed7a4761a70cc995909ba
parent35574a7b41b8e6a143504d416306b789f62f1338 (diff)
downloadgcc-429ca5b4809f0109ccd84984477b436cd35b677c.zip
gcc-429ca5b4809f0109ccd84984477b436cd35b677c.tar.gz
gcc-429ca5b4809f0109ccd84984477b436cd35b677c.tar.bz2
tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion".
2018-08-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". From-SVN: r263819
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/tree-vect-data-refs.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4be494d..d0484e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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'
diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c
index e0d0533..9beb9d5 100644
--- a/gcc/tree-vect-data-refs.c
+++ b/gcc/tree-vect-data-refs.c
@@ -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;
}