Fix typo in vect_recog_widen_shift_pattern
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 2 Jul 2018 13:34:49 +0000 (13:34 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 2 Jul 2018 13:34:49 +0000 (13:34 +0000)
Noticed by Christophe on arm-none-linux-gnueabihf.

2018-07-02  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* tree-vect-patterns.c (vect_recog_widen_shift_pattern): Fix typo
in dump string.

From-SVN: r262308

gcc/ChangeLog
gcc/tree-vect-patterns.c

index dc90e39..78cb80f 100644 (file)
@@ -1,3 +1,8 @@
+2018-07-02  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * tree-vect-patterns.c (vect_recog_widen_shift_pattern): Fix typo
+       in dump string.
+
 2018-07-02  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/86363
index 2b1ab7b..56cfbc6 100644 (file)
@@ -1739,7 +1739,7 @@ vect_recog_widen_shift_pattern (vec<gimple *> *stmts, tree *type_out)
 {
   return vect_recog_widen_op_pattern (stmts, type_out, LSHIFT_EXPR,
                                      WIDEN_LSHIFT_EXPR, true,
-                                     "vect_widen_shift_pattern");
+                                     "vect_recog_widen_shift_pattern");
 }
 
 /* Detect a rotate pattern wouldn't be otherwise vectorized: