Commit 1d2310f3 by Richard Kenner

(last_spill_reg): Add missing "int".

From-SVN: r4166
parent d68d6b81
...@@ -4289,7 +4289,7 @@ int reload_spill_index[MAX_RELOADS]; ...@@ -4289,7 +4289,7 @@ int reload_spill_index[MAX_RELOADS];
/* Index of last register assigned as a spill register. We allocate in /* Index of last register assigned as a spill register. We allocate in
a round-robin fashio. */ 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. /* 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 LAST_RELOAD is non-zero if this is the last reload for the insn being
......
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