From 08e99efb2e7b5638af23f6c2b54840e7a943e107 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 22 Oct 2015 12:16:20 +0200 Subject: [PATCH] ChangeLog: Fix whitespace. From-SVN: r229169 --- gcc/ChangeLog | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63319ad6ed5..607547e1a9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -39,7 +39,8 @@ * config/aarch64/aarch64.md (aarch64_reload_movcp): Use aarch64_nopcrelative_literal_loads. (aarch64_reload_movcp): Likewise. - * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads): Declare + * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads): + Declare. 2015-10-21 Martin Sebor @@ -136,16 +137,17 @@ * graphite-scop-detection.c (parameter_index_in_region): Update call to invariant_in_sese_p_rec. * graphite-sese-to-poly.c (extract_affine): Same. - * sese.c (invariant_in_sese_p_rec): Pass in an extra parameter has_vdefs. - (scalar_evolution_in_region): Return chrec_dont_know when the scalar variable - depends on virtual definitions in the current region. + * sese.c (invariant_in_sese_p_rec): Pass in an extra + parameter has_vdefs. + (scalar_evolution_in_region): Return chrec_dont_know when the scalar + variable depends on virtual definitions in the current region. * sese.h (invariant_in_sese_p_rec): Update declaration. 2015-10-21 Aditya Kumar Sebastian Pop - * graphite-scop-detection.c (build_scops): Do not handle scops with more - than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays. + * graphite-scop-detection.c (build_scops): Do not handle scops + with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays. * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New. 2015-10-21 Mikhail Maltsev @@ -165,8 +167,7 @@ 2015-10-11 Jan Hubicka - * fold-const.c (operand_equal_p): Add code matching empty - constructors. + * fold-const.c (operand_equal_p): Add code matching empty constructors. 2015-10-21 Eric Botcazou @@ -250,17 +251,20 @@ 2015-10-21 Aditya Kumar Sebastian Pop - * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Do not call - create_empty_if_region_on_edge when cond_expr is true. + * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): + Do not call create_empty_if_region_on_edge when cond_expr is true. (translate_isl_ast_node_for): Check whether a guard has been generated. 2015-10-21 Aditya Kumar * graphite-poly.h (struct dr_info): Added invalid_alias_set number. (operator=): Removed. - (dr_info): Make alias_set number the last argument with default value of invalid_alias_set. - * graphite-sese-to-poly.c (build_scop_drs): Update constructor of dr_info. - (rewrite_reductions_out_of_ssa): Iterate only through the basic blocks which are inside region. + (dr_info): Make alias_set number the last argument with default + value of invalid_alias_set. + * graphite-sese-to-poly.c (build_scop_drs): Update constructor + of dr_info. + (rewrite_reductions_out_of_ssa): Iterate only through the + basic blocks which are inside region. (rewrite_cross_bb_scalar_deps_out_of_ssa): Same. * sese.h (struct sese_l): Removed assignment operator. (split_region_for_bb): Removed dead code. @@ -315,11 +319,11 @@ PR middle-end/67966 * tree.c (verify_type): Verify that TYPE_MODE match - between TYPE_CANONICAL and type. - * expr.c (store_expr_with_bounds): Revert my previous change. - * expmed.c (store_bit_field_1): Revert prevoius change. - * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE - to match for all types. + between TYPE_CANONICAL and type. + * expr.c (store_expr_with_bounds): Revert my previous change. + * expmed.c (store_bit_field_1): Revert prevoius change. + * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE + to match for all types. 2015-10-21 Nathan Sidwell