diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c04f5cb..608f8d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2012-08-22 Jakub Jelinek <jakub@redhat.com> + + * tree-vect-loop.c (vect_transform_loop): Initialize + check_profitability to false. + + * tree-predcom.c (try_combine_chains): Free the worklist vector + at the end. + 2012-08-22 Marc Glisse <marc.glisse@inria.fr> PR tree-optimization/54317 |