(mark_target_live_regs): Delete unused variables.

From-SVN: r14425
This commit is contained in:
Richard Kenner 1997-07-14 06:50:59 -04:00
parent 73b764487b
commit 4fac99c856

View File

@ -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;