aboutsummaryrefslogtreecommitdiffstats
path: root/sem_scopes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_scopes.ads')
-rw-r--r--sem_scopes.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/sem_scopes.ads b/sem_scopes.ads
index c686ff2bd..b8f7664de 100644
--- a/sem_scopes.ads
+++ b/sem_scopes.ads
@@ -59,7 +59,9 @@ package Sem_Scopes is
-- Replace the interpretation OLD of ID by DECL.
-- ID must have a uniq interpretation OLD (ie, it must not be overloaded).
-- The interpretation must have been done in the current scope.
- -- This is necessary when a concurrent_procedure_call_statement becomes
+ --
+ -- This procedure is used when the meaning of a name is changed due to its
+ -- analysis, eg: when a concurrent_procedure_call_statement becomes
-- a component_instantiation_statement.
procedure Replace_Name (Id: Name_Id; Old : Iir; Decl: Iir);