From: Richard Kenner Date: Sat, 6 Jan 1996 22:33:11 +0000 (-0500) Subject: Fix formatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c09be6c40e09a4ea859355ca1e9b6cd6e4d8c9d4;p=gcc.git Fix formatting. From-SVN: r10948 --- diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index b11cf2a9ab1..fd43faef1cd 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -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]);