From 8dd64cdfa78a0f48c89966a5e59dad46c4bdf21f Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 28 Feb 2018 16:45:53 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/aarch64/aarch64.c | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0020d60be5b..aece6243bf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-02-28 Eric Botcazou + + * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Remove + superfluous parentheses and trailing spaces. + 2018-02-28 Richard Biener PR tree-optimization/84584 diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index ec501b78bdb..2f98a21acf1 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -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)); } else - { - emit_set_insn (reg2, - plus_constant (Pmode, stack_pointer_rtx, adjustment)); - } - + emit_set_insn (reg2, + plus_constant (Pmode, stack_pointer_rtx, adjustment)); + /* Step 3: the loop do -- 2.30.2