Commit 8dd64cdf by Eric Botcazou Committed by Eric Botcazou

aarch64.c (aarch64_emit_probe_stack_range): Remove superfluous parentheses and trailing spaces.

	* config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Remove
	superfluous parentheses and trailing spaces.

From-SVN: r258074
parent 6fd94ee2
2018-02-28 Eric Botcazou <ebotcazou@adacore.com>
* config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Remove
superfluous parentheses and trailing spaces.
2018-02-28 Richard Biener <rguenther@suse.de> 2018-02-28 Richard Biener <rguenther@suse.de>
PR tree-optimization/84584 PR tree-optimization/84584
......
...@@ -3852,11 +3852,9 @@ aarch64_emit_probe_stack_range (HOST_WIDE_INT first, poly_int64 poly_size) ...@@ -3852,11 +3852,9 @@ aarch64_emit_probe_stack_range (HOST_WIDE_INT first, poly_int64 poly_size)
emit_set_insn (reg2, gen_rtx_PLUS (Pmode, stack_pointer_rtx, reg2)); emit_set_insn (reg2, gen_rtx_PLUS (Pmode, stack_pointer_rtx, reg2));
} }
else else
{ emit_set_insn (reg2,
emit_set_insn (reg2, plus_constant (Pmode, stack_pointer_rtx, adjustment));
plus_constant (Pmode, stack_pointer_rtx, adjustment));
}
/* Step 3: the loop /* Step 3: the loop
do do
......
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