Commit ec523c2f by Richard Henderson Committed by Richard Henderson

* regclass.c (fix_register): Fix typo.

From-SVN: r45027
parent a943f0a2
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment