From: Michael Matz Date: Sat, 20 Jul 2002 16:52:37 +0000 (+0000) Subject: * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS. X-Git-Tag: releases/gcc-3.3.0~3735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47cc673ae3679af8470e7868dbf8f63ef3caf517;p=thirdparty%2Fgcc.git * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS. From-SVN: r55612 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b20c1b6e98a6..fe31faf535fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-20 Michae Matz + + * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS. + 2002-07-20 Neil Booth * cppexp.c (struct op): Add token pointer. diff --git a/gcc/ra-build.c b/gcc/ra-build.c index f54052e5dca7..45183819618f 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -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