Commit 2a72bac7 by Jim Wilson

(reload): Delete unused variable inc_groups.

From-SVN: r3197
parent 26c5587d
...@@ -1293,7 +1293,6 @@ reload (first, global, dumpfile) ...@@ -1293,7 +1293,6 @@ reload (first, global, dumpfile)
int nregs int nregs
= HARD_REGNO_NREGS (regno, GET_MODE (avoid_return_reg)); = HARD_REGNO_NREGS (regno, GET_MODE (avoid_return_reg));
int r; int r;
int inc_groups = 0;
for (r = regno; r < regno + nregs; r++) for (r = regno; r < regno + nregs; r++)
if (spill_reg_order[r] >= 0) if (spill_reg_order[r] >= 0)
for (i = 0; i < N_REG_CLASSES; i++) for (i = 0; i < N_REG_CLASSES; i++)
......
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