[PATCH, obvious]: typos in final.c, regmove.c

Ben Elliston bje@au1.ibm.com
Thu Mar 20 08:43:00 GMT 2008


I found the typo in final.c, so went grepping for other instances and
found one more.  Committed as obvious.

Cheers, Ben


2008-03-20  Ben Elliston  <bje@au.ibm.com>

        * regmove.c (try_auto_increment): Fix spelling error in comment.
        * final.c (final_scan_insn): Likewise.

Index: regmove.c
===================================================================
--- regmove.c   (revision 133361)
+++ regmove.c   (working copy)
@@ -193,7 +193,7 @@ try_auto_increment (rtx insn, rtx inc_in
                  /* If there is a REG_DEAD note on this insn, we must
                     change this not to REG_UNUSED meaning that the register
                     is set, but the value is dead.  Failure to do so will
-                    result in a sched1 dieing -- when it recomputes lifetime
+                    result in sched1 dying -- when it recomputes lifetime
                     information, the number of REG_DEAD notes will have
                     changed.  */
                  rtx note = find_reg_note (insn, REG_DEAD, reg);
Index: final.c
===================================================================
--- final.c     (revision 133361)
+++ final.c     (working copy)
@@ -2221,7 +2221,7 @@ final_scan_insn (rtx insn, FILE *file, i
 
            /* Get out the operand values.  */
            string = decode_asm_operands (body, ops, NULL, NULL, NULL, &loc);
-           /* Inhibit dieing on what would otherwise be compiler bugs.  */
+           /* Inhibit dying on what would otherwise be compiler bugs.  */
            insn_noperands = noperands;
            this_is_asm_operands = insn;
            expanded = expand_location (loc);




More information about the Gcc-patches mailing list