* regclass.c (fix_register): Fix typo.

From-SVN: r45027
This commit is contained in:
Richard Henderson 2001-08-19 01:39:19 -07:00 committed by Richard Henderson
parent a943f0a2d8
commit ec523c2f34
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-19 Richard Henderson <rth@redhat.com>
* regclass.c (fix_register): Fix typo.
2001-08-18 Richard Henderson <rth@redhat.com>
* config/ia64/unwind-ia64.c (UNW_REG_B0): New.

View File

@ -762,7 +762,7 @@ fix_register (name, fixed, call_used)
{
fixed_regs[i] = fixed;
call_used_regs[i] = call_used;
#ifdef CALL_REALLY_USED_REGS
#ifdef CALL_REALLY_USED_REGISTERS
if (fixed == 0)
call_really_used_regs[i] = call_used;
#endif