Commit ee9f63c6 by Richard Stallman

(reload): Don't start 2-group unless it could be finished.

From-SVN: r4492
parent 3aee54b7
...@@ -1693,7 +1693,8 @@ reload (first, global, dumpfile) ...@@ -1693,7 +1693,8 @@ reload (first, global, dumpfile)
&& TEST_HARD_REG_BIT (reg_class_contents[class], j + 1) && TEST_HARD_REG_BIT (reg_class_contents[class], j + 1)
&& HARD_REGNO_MODE_OK (j, group_mode[class]) && HARD_REGNO_MODE_OK (j, group_mode[class])
&& ! TEST_HARD_REG_BIT (counted_for_nongroups, && ! TEST_HARD_REG_BIT (counted_for_nongroups,
j + 1)) j + 1)
&& ! TEST_HARD_REG_BIT (bad_spill_regs, j + 1))
break; break;
} }
......
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