Browse Source

ra: Delete the conflict lists in ra_set_finalize

They are never used after the set is finalized so there's no reason to keep
them around.

Reviewed-by: Matt Turner <mattst88@gmail.com>
tags/11.0-branchpoint
Jason Ekstrand 10 years ago
parent
commit
bdcc8f3230
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/util/register_allocate.c

+ 5
- 0
src/util/register_allocate.c View File

} }
} }
} }

for (b = 0; b < regs->count; b++) {
ralloc_free(regs->regs[b].conflict_list);
regs->regs[b].conflict_list = NULL;
}
} }


static void static void

Loading…
Cancel
Save