regmove.c (try_auto_increment): Fix spelling error in comment.
authorBen Elliston <bje@au.ibm.com>
Thu, 20 Mar 2008 04:31:53 +0000 (04:31 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 20 Mar 2008 04:31:53 +0000 (15:31 +1100)
* regmove.c (try_auto_increment): Fix spelling error in comment.
* final.c (final_scan_insn): Likewise.

From-SVN: r133362

gcc/ChangeLog
gcc/final.c
gcc/regmove.c

index 40870539114986a9b6b8ad8c20e4634d5e3e24d1..c298a20b3dab5c1b0bf4d9584dff4f40941977cd 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2008-03-20  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/14552
index 189b83fbeee6c42587c1f13fc40bfb159e635e03..2968174a4308461147097af8c9ee3c73b3d5abd8 100644 (file)
@@ -2221,7 +2221,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
 
            /* 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);
index 925cb9dcd21609f093a78a79bfd3a81644409be1..81891b9661eb6da5edcf2b3e37353c7d54260749 100644 (file)
@@ -193,7 +193,7 @@ try_auto_increment (rtx insn, rtx inc_insn, rtx inc_insn_set, rtx reg,
                  /* 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);