From 12554a625f3e3f0117a27ea271bbc6b27bc88fd4 Mon Sep 17 00:00:00 2001 From: prathamesh3492 Date: Thu, 23 Aug 2018 18:22:10 +0000 Subject: [PATCH] 2018-08-23 Prathamesh Kulkarni * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263819 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/tree-vect-data-refs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; } -- 2.47.2