From: Charles Hannum Date: Sat, 19 Sep 1992 04:52:22 +0000 (+0000) Subject: Fix typo in init_reload. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65701fd2476d9c1412c899d97d01902dbc3e1fb3;p=gcc.git Fix typo in init_reload. From-SVN: r2161 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index 6f972f43b37..77387a0d637 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -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),