diff options
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index 5906d98..81dcf1f 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -705,11 +705,7 @@ package Sem_Util is -- by a derived type declarations. function Is_LHS (N : Node_Id) return Boolean; - -- Returns True iff N is an identifier used as Name in an assignment - -- statement. - -- Which is true, the spec or the body??? - -- The body does not restrict N to be an identifier, it can be any - -- expression on the left side of an assignment ??? + -- Returns True iff N is used as Name in an assignment statement. function Is_Library_Level_Entity (E : Entity_Id) return Boolean; -- A library-level declaration is one that is accessible from Standard, |