Commit c865e437 by Jeff Law Committed by Jeff Law

reload1.c (reload): Fix botch in last change.

	* reload1.c (reload): Fix botch in last change.
	* reload.h (struct reload): Fix typo introduced in last change.

From-SVN: r171759
parent 0b3189e7
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> 2011-03-30 Joseph Myers <joseph@codesourcery.com>
* config/arm/arm.opt (mhard-float, msoft-float): Mark * config/arm/arm.opt (mhard-float, msoft-float): Mark
......
...@@ -100,7 +100,7 @@ struct reload ...@@ -100,7 +100,7 @@ struct reload
int inc; int inc;
/* A reg for which reload_in is the equivalent. /* A reg for which reload_in is the equivalent.
If reload_in is a symbol_ref which came from 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. */ which has that symbol_ref as equivalent. */
rtx in_reg; rtx in_reg;
rtx out_reg; rtx out_reg;
......
...@@ -895,7 +895,7 @@ reload (rtx first, int global) ...@@ -895,7 +895,7 @@ reload (rtx first, int global)
&& (REGNO (XEXP (XEXP (x, 0), 0)) && (REGNO (XEXP (XEXP (x, 0), 0))
< FIRST_PSEUDO_REGISTER) < FIRST_PSEUDO_REGISTER)
&& CONSTANT_P (XEXP (XEXP (x, 0), 1)))) && 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 else
{ {
/* Make a new stack slot. Then indicate that something /* Make a new stack slot. Then indicate that something
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment