* reload.c: Fix comment typos.
authorKazu Hirata <kazu@hxi.com>
Mon, 23 Jul 2001 22:41:10 +0000 (22:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 23 Jul 2001 22:41:10 +0000 (22:41 +0000)
From-SVN: r44284

gcc/ChangeLog
gcc/reload.c

index 74573a4202d1d2ef6adfc2e5ba3c0b6a25ef1142..b66c8ca601adef0e52a65652cff6b4567bcbc7f3 100644 (file)
@@ -9,6 +9,8 @@
        the existing movqi pattern.
        (movhi_push): Likewise.
 
+       * reload.c: Fix comment typos.
+
 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
index 0955ec892874bd2e1e97fac860e6b1278e64b280..9e5f9f3ea2ab6dd75c53feb03df233dc05605ff9 100644 (file)
@@ -2776,7 +2776,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
          register char *p = constraints[i];
          register int win = 0;
          int did_match = 0;
-         /* 0 => this operand can be reloaded somehow for this alternative */
+         /* 0 => this operand can be reloaded somehow for this alternative */
          int badop = 1;
          /* 0 => this operand can be reloaded if the alternative allows regs.  */
          int winreg = 0;
@@ -3187,7 +3187,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
                        || (REGNO (operand) >= FIRST_PSEUDO_REGISTER
                            && reg_renumber[REGNO (operand)] < 0)))
                  win = 1;
-               /* Drop through into 'r' case */
+               /* Drop through into 'r' case */
 
              case 'r':
                this_alternative[i]
@@ -4536,7 +4536,7 @@ find_reloads_address (mode, memrefloc, ad, loc, opnum, type, ind_levels, insn)
       regno = REGNO (ad);
 
       /* If the register is equivalent to an invariant expression, substitute
-        the invariant, and eliminate any eliminable register references. */
+        the invariant, and eliminate any eliminable register references.  */
       tem = reg_equiv_constant[regno];
       if (tem != 0
          && (tem = eliminate_regs (tem, mode, insn))