X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=ccfa88eed202be6b2d28b02f85c6c981e223787b;hp=02195432374db54ae68abf50abfd4ceccdcdc1b0;hb=848674d02ac5a2a9bd5bd3cdb9841ec3f784e13e;hpb=cb8229af1c625929b284f40af42e52c27ce047e8 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02195432374..ccfa88eed20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2007-11-04 Razya Ladelsky + + * tree-parloops.c (reduction_info): Remove reduction_init field. + (initialize_reductions): Remove creation of the reduction_init variable. + (struct data_arg): Remove. + (add_field_for_reduction, create_stores_for_reduction): New functions. + (add_field_for_name): Remove reduction handling. + (separate_decls_in_loop): Call add_field_for_reduction, + create_stores_for_reduction. + 2007-11-06 Jakub Jelinek PR tree-optimization/33458