ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.

* ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.

From-SVN: r159683
This commit is contained in:
Jeff Law 2010-05-21 15:00:56 -06:00 committed by Jeff Law
parent d3f2891085
commit c6d0f11a0a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-21 Jeff Law <law@redhat.com>
* ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
2010-05-21 Jason Merrill <jason@redhat.com>
* tree-eh.c (cleanup_is_dead_in): New.

View File

@ -1794,7 +1794,7 @@ ira_tune_allocno_costs_and_cover_classes (void)
{
regno = ira_non_ordered_class_hard_regs[cover_class][j];
index = ira_class_hard_reg_index[cover_class][regno];
ira_assert (index != 0);
ira_assert (index != -1);
reg_costs[index] += ALLOCNO_FREQ (a);
}
}