Commit 47cc673a by Michael Matz Committed by Michael Matz

* ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.

From-SVN: r55612
parent 68e65275
2002-07-20 Michae Matz <matz@suse.de>
* ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
2002-07-20 Neil Booth <neil@daikokuya.co.uk>
* cppexp.c (struct op): Add token pointer.
......
......@@ -2349,7 +2349,8 @@ remember_web_was_spilled (web)
reg_class_contents[reg_alternate_class (web->regno)]);
}
else
COPY_HARD_REG_SET (web->usable_regs, reg_class_contents[(int) ALL_REGS]);
COPY_HARD_REG_SET (web->usable_regs,
reg_class_contents[(int) GENERAL_REGS]);
AND_COMPL_HARD_REG_SET (web->usable_regs, never_use_colors);
prune_hardregs_for_mode (&web->usable_regs, PSEUDO_REGNO_MODE (web->regno));
#ifdef CLASS_CANNOT_CHANGE_MODE
......
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