* ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
From-SVN: r55612
This commit is contained in:
parent
68e6527569
commit
47cc673ae3
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue