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
This commit is contained in:
Prathamesh Kulkarni 2018-08-23 18:22:10 +00:00 committed by Prathamesh Kulkarni
parent 35574a7b41
commit 429ca5b480
2 changed files with 6 additions and 1 deletions

View 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'

View 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;
}