From: Uros Bizjak Date: Thu, 5 Jan 2017 19:18:53 +0000 (+0100) Subject: * ChangeLog: Fix whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f86d7de6b80f68a47fc48f82af1a3ec9dbda21a;p=gcc.git * ChangeLog: Fix whitespace. From-SVN: r244109 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a242c07515..9c46115f85c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,8 +12,7 @@ 2017-01-05 Martin Liska * hsa-gen.c (gen_hsa_divmod): New function. - (gen_hsa_insn_for_internal_fn_call): Use the function - for IFN_DIVMOD. + (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD. 2017-01-05 Martin Liska @@ -49,13 +48,11 @@ * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage. * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look - through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning - MEMs. + through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs. 2017-01-04 Alexandre Oliva - * input.c (assert_char_at_range): Default-initialize - actual_range. + * input.c (assert_char_at_range): Default-initialize actual_range. 2017-01-04 Alexandre Oliva @@ -95,8 +92,7 @@ (vlogical_operand): Likewise. (gpc_reg_operand): Likewise. (int_reg_operand): Likewise. - * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add - declaration. + * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration. * config/rs6000/rs6000.c (valid_sf_si_move): New function to determine if a MOVSI or MOVSF operation contains SUBREGs that mix SImode and SFmode. diff --git a/gcc/ChangeLog-2016 b/gcc/ChangeLog-2016 index 56123f6ad18..33e88e0b3a9 100644 --- a/gcc/ChangeLog-2016 +++ b/gcc/ChangeLog-2016 @@ -1,6 +1,6 @@ 2016-12-30 Sandra Loosemore - * doc/cppopts.texi: Reorder table entries to put the most + * doc/cppopts.texi: Reorder table entries to put the most commonly-used options first and debug options last. 2016-12-30 Uros Bizjak