From 09e3c9734fa7453b586f9fb5dbfa6b2f7567eaa6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 23 Feb 2014 18:36:21 +0100 Subject: iirs.ads: add comment. --- iirs.ads | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iirs.ads b/iirs.ads index def51640c..a6aa5dad0 100644 --- a/iirs.ads +++ b/iirs.ads @@ -4208,7 +4208,10 @@ package Iirs is function Get_Context_Items (Design_Unit : Iir) return Iir; procedure Set_Context_Items (Design_Unit : Iir; Items_Chain : Iir); - -- List of design units on which the design unit depends. + -- List of design units on which the design unit depends. There is an + -- exception: the architecture of an entity aspect (of a component + -- instantiation) may not have been analyzed. The Entity_Aspect_Entity + -- is added to this list (instead of the non-existing design unit). -- Field: Field8 (uc) function Get_Dependence_List (Unit : Iir) return Iir_List; procedure Set_Dependence_List (Unit : Iir; List : Iir_List); -- cgit v1.2.3