From: Prathamesh Kulkarni Date: Thu, 23 Aug 2018 18:22:10 +0000 (+0000) Subject: tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". X-Git-Tag: basepoints/gcc-10~4563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=429ca5b4809f0109ccd84984477b436cd35b677c;p=thirdparty%2Fgcc.git tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". 2018-08-23 Prathamesh Kulkarni * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". From-SVN: r263819 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4be494db1e07..d0484e78a876 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-23 Prathamesh Kulkarni + + * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo + "permutaion". + 2018-08-23 Giuliano Belinassi * 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 e0d05333b457..9beb9d51f873 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; }