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>
PR tree-optimization/84584
......
......@@ -3852,10 +3852,8 @@ 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));
}
else
{
emit_set_insn (reg2,
plus_constant (Pmode, stack_pointer_rtx, adjustment));
}
/* Step 3: the loop
......
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