aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_assocs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_assocs.ads')
-rw-r--r--src/vhdl/sem_assocs.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vhdl/sem_assocs.ads b/src/vhdl/sem_assocs.ads
index 8157f8c34..e40258915 100644
--- a/src/vhdl/sem_assocs.ads
+++ b/src/vhdl/sem_assocs.ads
@@ -19,8 +19,10 @@ with Iirs; use Iirs;
with Sem_Expr; use Sem_Expr;
package Sem_Assocs is
- -- Change the kind of association corresponding to non-object interfaces.
- -- Such an association mustn't be handled an like association for object.
+ -- Rewrite the association chain by changing the kind of assocation
+ -- corresponding to non-object interfaces. Such an association mustn't be
+ -- handled an like association for object as the actual is not an
+ -- expression.
function Extract_Non_Object_Association
(Assoc_Chain : Iir; Inter_Chain : Iir) return Iir;