]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Minor tweaks in commentary
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 3 Jan 2020 07:55:57 +0000 (08:55 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 3 Jun 2020 10:01:22 +0000 (06:01 -0400)
2020-06-03  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* sinfo.ads: Minor tweaks in commentary.

gcc/ada/sinfo.ads

index 8c115b7f0b199837a6f40a5340a914214e1063a9..bcdda8406e4cc23ff08e56441b037c1a315f49db 100644 (file)
@@ -399,10 +399,6 @@ package Sinfo is
    --  (defined in Tree_Print_Strings) used to print trees. The following
    --  abbreviations are used:
 
-   --  Note: the utility program that creates the Treeprs spec (in the file
-   --  xtreeprs.adb) knows about the special fields here, so it must be
-   --  modified if any change is made to these fields.
-
    --    "plus fields for binary operator"
    --       Chars                    (Name1)      Name_Id for the operator
    --       Left_Opnd                (Node2)      left operand expression
@@ -433,6 +429,10 @@ package Sinfo is
    --       Assignment_OK            (Flag15-Sem) set if modification is OK
    --       Is_Controlling_Actual    (Flag16-Sem) set for controlling argument
 
+   --  Note: the utility program that creates the Treeprs spec (in the file
+   --  xtreeprs.adb) knows about the special fields here, so it must be
+   --  modified if any change is made to these fields.
+
    --  Note: see under (EXPRESSION) for further details on the use of
    --  the Paren_Count field to record the number of parentheses levels.
 
@@ -4446,7 +4446,7 @@ package Sinfo is
       --  expansion). Gigi thus never needs to worry about small values (for
       --  other operators operating on fixed-point, e.g. addition, the small
       --  value does not have any semantic effect anyway, these are always
-      --  integer operations.
+      --  integer operations).
 
       --  Gigi restriction: For all operators taking Boolean operands, the
       --  type is always Standard.Boolean. The expander inserts the required