2019-05-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/88828
* tree-ssa-forwprop.c (simplify_vector_constructor): Fix
bogus check.
From-SVN: r271204
+2019-05-15 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/88828
+ * tree-ssa-forwprop.c (simplify_vector_constructor): Fix
+ bogus check.
+
2019-05-14 Richard Biener <rguenther@suse.de>
* tree-pretty-print.c (dump_generic_node): Dump VIEW_CONVERT_EXPR
break;
}
/* Found a suitable vector element. */
- if (j <= 2)
+ if (j < 2)
{
orig[j] = ref;
if (j)