Commit c09be6c4 by Richard Kenner

Fix formatting.

From-SVN: r10948
parent 8ddadade
......@@ -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);
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++)
IOR_HARD_REG_SET (used, regs_live_at[ins]);
......
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