* regclass.c (fix_register): Fix typo.
From-SVN: r45027
This commit is contained in:
parent
a943f0a2d8
commit
ec523c2f34
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user