From: Eric Botcazou Date: Mon, 26 Feb 2018 16:38:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: basepoints/gcc-9~990 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e16982e6f26d9d0db20bdeed01741b1cb1018f;p=thirdparty%2Fgcc.git Fix typo From-SVN: r257999 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 813138aad64c..a2cc9055d5e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,7 +2,7 @@ PR rtl-optimization/83496 * reorg.c (steal_delay_list_from_target): Change REDUNDANT array from - booleans to RTX. Call fix_reg_dead_note on every non-null element. + booleans to RTXes. Call fix_reg_dead_note on every non-null element. (steal_delay_list_from_fallthrough): Call fix_reg_dead_note on a redundant insn, if any. (relax_delay_slots): Likewise.