From: Ira Rosen Date: Thu, 22 Apr 2010 18:10:43 +0000 (+0000) Subject: Fix PR number in the previous commit to 43842. X-Git-Tag: upstream/12.2.0~93563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bdd895c9bf177cf4c998af98fe1e80c2ff724e2;p=platform%2Fupstream%2Fgcc.git Fix PR number in the previous commit to 43842. From-SVN: r158651 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91cc236..17a76f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2010-04-22 Ira Rosen - 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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d21af46..1d9b3a9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2010-04-22 Ira Rosen - PR tree-optimization/43482 + PR tree-optimization/43842 * gcc.dg/vect/pr43842.c: New test. 2010-04-22 Bernd Schmidt