Commit c6d0f11a by Jeff Law Committed by Jeff Law

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
parent d3f28910
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> 2010-05-21 Jason Merrill <jason@redhat.com>
* tree-eh.c (cleanup_is_dead_in): New. * tree-eh.c (cleanup_is_dead_in): New.
......
...@@ -1794,7 +1794,7 @@ ira_tune_allocno_costs_and_cover_classes (void) ...@@ -1794,7 +1794,7 @@ ira_tune_allocno_costs_and_cover_classes (void)
{ {
regno = ira_non_ordered_class_hard_regs[cover_class][j]; regno = ira_non_ordered_class_hard_regs[cover_class][j];
index = ira_class_hard_reg_index[cover_class][regno]; index = ira_class_hard_reg_index[cover_class][regno];
ira_assert (index != 0); ira_assert (index != -1);
reg_costs[index] += ALLOCNO_FREQ (a); reg_costs[index] += ALLOCNO_FREQ (a);
} }
} }
......
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