Add missing changelog entry:
authorAaron Sawdey <acsawdey@gcc.gnu.org>
Tue, 2 Jan 2018 17:02:17 +0000 (11:02 -0600)
committerAaron Sawdey <acsawdey@gcc.gnu.org>
Tue, 2 Jan 2018 17:02:17 +0000 (11:02 -0600)
2017-12-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>

        PR target/82190
        * config/rs6000/rs6000-string.c (expand_block_compare,
        expand_strn_compare): Fix set_mem_size() calls.

From-SVN: r256083

gcc/ChangeLog

index b5e532d..f64e24f 100644 (file)
        * combine.c (move_deaths): If reg_stat points to a too new insn in
        last_death, do not use it: find the proper insn instead.
 
+2017-12-12  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
+
+       PR target/82190
+       * config/rs6000/rs6000-string.c (expand_block_compare,
+       expand_strn_compare): Fix set_mem_size() calls.
+
 2017-12-12  Jeff Law  <law@redhat.com>
 
        PR tree-optimization/83298