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)
if (b != -1)
{
regset regs_live = basic_block_live_at_start[b];
int offset, j;
REGSET_ELT_TYPE bit;
int j;
int regno;
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