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
						Jason Ekstrand
					
					10 years ago
				| @@ -348,6 +348,11 @@ ra_set_finalize(struct ra_regs *regs, unsigned int **q_values) | |||
| } | |||
| } | |||
| } | |||
| for (b = 0; b < regs->count; b++) { | |||
| ralloc_free(regs->regs[b].conflict_list); | |||
| regs->regs[b].conflict_list = NULL; | |||
| } | |||
| } | |||
| static void | |||