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 0020d60be5bfe8064b7e118c5330c7566b91c761..aece6243bf3877ba9d1b3533415a372aa03ff831 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 ec501b78bdb5fc8228377982a9285090cceaab9d..2f98a21acf16297bdd7c4742cbcfc695cdc4e5f9 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