Fix typo
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Feb 2018 16:38:37 +0000 (16:38 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 26 Feb 2018 16:38:37 +0000 (16:38 +0000)
From-SVN: r257999

gcc/ChangeLog

index 813138a..a2cc905 100644 (file)
@@ -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.