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

From-SVN: r55612
This commit is contained in:
Michael Matz 2002-07-20 16:52:37 +00:00 committed by Michael Matz
parent 68e6527569
commit 47cc673ae3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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