Fix typo in init_reload.
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Sep 1992 04:52:22 +0000 (04:52 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Sep 1992 04:52:22 +0000 (04:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2161 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/reload1.c

index 6f972f4..77387a0 100644 (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),