Commit 46a70e45 by Richard Kenner

(count_possible_groups): Fix typo in setting counted_for_groups.

From-SVN: r8351
parent 9b226f90
...@@ -2120,7 +2120,7 @@ count_possible_groups (group_size, group_mode, max_groups, class) ...@@ -2120,7 +2120,7 @@ count_possible_groups (group_size, group_mode, max_groups, class)
max_groups[(int) *p++]--; max_groups[(int) *p++]--;
/* Don't count these registers again. */ /* Don't count these registers again. */
for (j = 0; j < group_size[j]; j++) for (j = 0; j < group_size[class]; j++)
SET_HARD_REG_BIT (counted_for_groups, i + j); SET_HARD_REG_BIT (counted_for_groups, i + j);
} }
......
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