Fix PR number in the previous commit to 43842.

From-SVN: r158651
This commit is contained in:
Ira Rosen 2010-04-22 18:10:43 +00:00
parent 74500b3e10
commit 5bdd895c9b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2010-04-22 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43482
PR tree-optimization/43842
* tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
loop unrolling in update of exit phis. Fix comment.
* tree-vect-slp.c (vect_analyze_slp): Check that there are at

View File

@ -1,6 +1,6 @@
2010-04-22 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/43482
PR tree-optimization/43842
* gcc.dg/vect/pr43842.c: New test.
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>