Fix typo in init_reload.

From-SVN: r2161
This commit is contained in:
Charles Hannum 1992-09-19 04:52:22 +00:00
parent e8d76a395e
commit 65701fd247
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ init_reload ()
/* See if reg+reg is a valid (and offsettable) address. */
for (i = 0; i < FIRST_PSEUDO_REGSTER; i++)
for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
{
tem = gen_rtx (PLUS, Pmode,
gen_rtx (REG, Pmode, FRAME_POINTER_REGNUM),