(last_spill_reg): Add missing "int".
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 16 Apr 1993 21:55:33 +0000 (17:55 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 16 Apr 1993 21:55:33 +0000 (17:55 -0400)
From-SVN: r4166

gcc/reload1.c

index 1dea880..ce8211f 100644 (file)
@@ -4289,7 +4289,7 @@ int reload_spill_index[MAX_RELOADS];
 /* Index of last register assigned as a spill register.  We allocate in
    a round-robin fashio.  */
 
-static last_spill_reg = 0;
+static int last_spill_reg = 0;
 
 /* Find a spill register to use as a reload register for reload R.
    LAST_RELOAD is non-zero if this is the last reload for the insn being