Commit 4fac99c8 by Richard Kenner

(mark_target_live_regs): Delete unused variables.

From-SVN: r14425
parent 73b76448
...@@ -2767,8 +2767,7 @@ mark_target_live_regs (target, res) ...@@ -2767,8 +2767,7 @@ mark_target_live_regs (target, res)
if (b != -1) if (b != -1)
{ {
regset regs_live = basic_block_live_at_start[b]; regset regs_live = basic_block_live_at_start[b];
int offset, j; int j;
REGSET_ELT_TYPE bit;
int regno; int regno;
rtx start_insn, stop_insn; rtx start_insn, stop_insn;
......
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