Commit d379ac22 by Richard Sandiford Committed by Richard Sandiford

Fix typo in vect_recog_widen_shift_pattern

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
parent 92590cd3
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> 2018-07-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/86363 PR tree-optimization/86363
......
...@@ -1739,7 +1739,7 @@ vect_recog_widen_shift_pattern (vec<gimple *> *stmts, tree *type_out) ...@@ -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, return vect_recog_widen_op_pattern (stmts, type_out, LSHIFT_EXPR,
WIDEN_LSHIFT_EXPR, true, WIDEN_LSHIFT_EXPR, true,
"vect_widen_shift_pattern"); "vect_recog_widen_shift_pattern");
} }
/* Detect a rotate pattern wouldn't be otherwise vectorized: /* Detect a rotate pattern wouldn't be otherwise vectorized:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment