reload1.c (reload): Fix botch in last change.
authorJeff Law <law@redhat.com>
Thu, 31 Mar 2011 00:01:53 +0000 (18:01 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 31 Mar 2011 00:01:53 +0000 (18:01 -0600)
* reload1.c (reload): Fix botch in last change.
* reload.h (struct reload): Fix typo introduced in last change.

From-SVN: r171759

gcc/ChangeLog
gcc/reload.h
gcc/reload1.c

index 970e5806824abd7a1bf2012897cc7348313258bb..9cb926b7b17e62c1b7434988ab1f12255f703038 100644 (file)
@@ -1,3 +1,9 @@
+2011-03-30  Jeff Law  <law@redhat.com>
+
+       * reload1.c (reload): Fix botch in last change.
+
+       * reload.h (struct reload): Fix typo introduced in last change.
+
 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
 
        * config/arm/arm.opt (mhard-float, msoft-float): Mark
index baa75482d78a55cdc4d919c590600558cfde33a4..c57178045e911a359fc1a0897505c07a02c034b1 100644 (file)
@@ -100,7 +100,7 @@ struct reload
   int inc;
   /* A reg for which reload_in is the equivalent.
      If reload_in is a symbol_ref which came from
-     reg_equiv_consant, then this is the pseudo
+     reg_equiv_constant, then this is the pseudo
      which has that symbol_ref as equivalent.  */
   rtx in_reg;
   rtx out_reg;
index 6dde9a2f90f6753cd29c9a48f73cd0a7f6527d63..100f14800c81c3e71c6042e027fa85caa0854dac 100644 (file)
@@ -895,7 +895,7 @@ reload (rtx first, int global)
                         && (REGNO (XEXP (XEXP (x, 0), 0))
                             < FIRST_PSEUDO_REGISTER)
                         && CONSTANT_P (XEXP (XEXP (x, 0), 1))))
-             reg_equiv_mem (i) = XEXP (x, 0), reg_equiv_mem (i) = 0;
+             reg_equiv_address (i) = XEXP (x, 0), reg_equiv_mem (i) = 0;
            else
              {
                /* Make a new stack slot.  Then indicate that something