Commit 1d813780 by Richard Kenner

Minor whitespace changed

From-SVN: r33102
parent cc2a3e63
...@@ -2750,6 +2750,7 @@ elimination_effects (x, mem_mode) ...@@ -2750,6 +2750,7 @@ elimination_effects (x, mem_mode)
/* Descend through rtx X and verify that no references to eliminable registers /* Descend through rtx X and verify that no references to eliminable registers
remain. If any do remain, mark the involved register as not remain. If any do remain, mark the involved register as not
eliminable. */ eliminable. */
static void static void
check_eliminable_occurrences (x) check_eliminable_occurrences (x)
rtx x; rtx x;
...@@ -3227,6 +3228,7 @@ verify_initial_elim_offsets () ...@@ -3227,6 +3228,7 @@ verify_initial_elim_offsets ()
} }
/* Reset all offsets on eliminable registers to their initial values. */ /* Reset all offsets on eliminable registers to their initial values. */
static void static void
set_initial_elim_offsets () set_initial_elim_offsets ()
{ {
...@@ -3266,6 +3268,7 @@ set_initial_label_offsets () ...@@ -3266,6 +3268,7 @@ set_initial_label_offsets ()
/* Set all elimination offsets to the known values for the code label given /* Set all elimination offsets to the known values for the code label given
by INSN. */ by INSN. */
static void static void
set_offsets_for_label (insn) set_offsets_for_label (insn)
rtx insn; rtx insn;
...@@ -3369,6 +3372,7 @@ update_eliminables (pset) ...@@ -3369,6 +3372,7 @@ update_eliminables (pset)
} }
/* Initialize the table of registers to eliminate. */ /* Initialize the table of registers to eliminate. */
static void static void
init_elim_table () init_elim_table ()
{ {
...@@ -5751,6 +5755,7 @@ choose_reload_regs (chain) ...@@ -5751,6 +5755,7 @@ choose_reload_regs (chain)
/* Deallocate the reload register for reload R. This is called from /* Deallocate the reload register for reload R. This is called from
remove_address_replacements. */ remove_address_replacements. */
void void
deallocate_reload_reg (r) deallocate_reload_reg (r)
int r; int r;
...@@ -6609,9 +6614,7 @@ do_input_reload (chain, rl, j) ...@@ -6609,9 +6614,7 @@ do_input_reload (chain, rl, j)
&& (! reload_inherited[j] || (rl->out && ! rl->out_reg)) && (! reload_inherited[j] || (rl->out && ! rl->out_reg))
&& ! rtx_equal_p (rl->reg_rtx, old) && ! rtx_equal_p (rl->reg_rtx, old)
&& rl->reg_rtx != 0) && rl->reg_rtx != 0)
{ emit_input_reload_insns (chain, rld + j, old, j);
emit_input_reload_insns (chain, rld + j, old, j);
}
/* When inheriting a wider reload, we have a MEM in rl->in, /* When inheriting a wider reload, we have a MEM in rl->in,
e.g. inheriting a SImode output reload for e.g. inheriting a SImode output reload for
......
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