Fix formatting.
From-SVN: r10948
This commit is contained in:
parent
8ddadade86
commit
c09be6c40e
@ -2109,7 +2109,7 @@ find_free_reg (class, mode, qty, accept_call_clobbered, just_try_suggested,
|
|||||||
COPY_HARD_REG_SET (used, call_used_reg_set);
|
COPY_HARD_REG_SET (used, call_used_reg_set);
|
||||||
|
|
||||||
if (accept_call_clobbered)
|
if (accept_call_clobbered)
|
||||||
IOR_HARD_REG_SET(used, losing_caller_save_reg_set);
|
IOR_HARD_REG_SET (used, losing_caller_save_reg_set);
|
||||||
|
|
||||||
for (ins = born_index; ins < dead_index; ins++)
|
for (ins = born_index; ins < dead_index; ins++)
|
||||||
IOR_HARD_REG_SET (used, regs_live_at[ins]);
|
IOR_HARD_REG_SET (used, regs_live_at[ins]);
|
||||||
|
Loading…
Reference in New Issue
Block a user