mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 22:41:44 +08:00
* regclass.c (globalize_reg): Update call_really_used_regs.
From-SVN: r86250
This commit is contained in:
parent
50652ae91a
commit
74ae207d91
@ -1,3 +1,7 @@
|
||||
2004-08-19 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* regclass.c (globalize_reg): Update call_really_used_regs.
|
||||
|
||||
2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* doc/invoke.texi (integer-share-limit): Document.
|
||||
|
@ -810,6 +810,9 @@ globalize_reg (int i)
|
||||
return;
|
||||
|
||||
fixed_regs[i] = call_used_regs[i] = call_fixed_regs[i] = 1;
|
||||
#ifdef CALL_REALLY_USED_REGISTERS
|
||||
call_really_used_regs[i] = 1;
|
||||
#endif
|
||||
n_non_fixed_regs--;
|
||||
|
||||
SET_HARD_REG_BIT (fixed_reg_set, i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user