OSDN Git Service

Fix PR number in the previous commit to 43842.
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 18:10:43 +0000 (18:10 +0000)
committerirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 18:10:43 +0000 (18:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158651 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 91cc236..17a76f0 100644 (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
index d21af46..1d9b3a9 100644 (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>