summaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index e8a3d9a7df9..31a069cd1a6 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -408,14 +408,6 @@ package Sinfo is
-- Do_Overflow_Check (Flag17-Sem) set if overflow check needed
-- Has_Private_View (Flag11-Sem) set in generic units.
- -- Note on use of entity field. This field is set during analysis
- -- and is used in carrying out semantic checking, but it has no
- -- significance to the back end, which is driven by the Etype's
- -- of the operands, and the Etype of the result. During processing
- -- in the exapander for overflow checks, these types may be modified
- -- and there is no point in trying to set a proper Entity value, so
- -- it just gets cleared to Empty in this situation.
-
-- "plus fields for unary operator"
-- Chars (Name1) Name_Id for the operator
-- Right_Opnd (Node3) right operand expression
@@ -424,8 +416,6 @@ package Sinfo is
-- Do_Overflow_Check (Flag17-Sem) set if overflow check needed
-- Has_Private_View (Flag11-Sem) set in generic units.
- -- See note on use of Entity field above (same situation).
-
-- "plus fields for expression"
-- Paren_Count number of parentheses levels
-- Etype (Node5-Sem) type of the expression