aarch64.c (aarch64_emit_probe_stack_range): Remove superfluous parentheses and traili...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 28 Feb 2018 16:45:53 +0000 (16:45 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 28 Feb 2018 16:45:53 +0000 (16:45 +0000)
* config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Remove
superfluous parentheses and trailing spaces.

From-SVN: r258074

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 0020d60..aece624 100644 (file)
@@ -1,3 +1,8 @@
+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
index ec501b7..2f98a21 100644 (file)
@@ -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