summaryrefslogtreecommitdiff
path: root/iirs_utils.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-05-29 13:43:18 +0200
committerTristan Gingold2014-05-29 13:43:18 +0200
commitb08709020072e3e4bb71c8dd71e32d498144f7aa (patch)
treed8c02fe23bae40b9773249c30218d094472ba78c /iirs_utils.adb
parent3795614337358ad7fc23c8fdad1addd98b98dd67 (diff)
downloadghdl-b08709020072e3e4bb71c8dd71e32d498144f7aa.tar.gz
ghdl-b08709020072e3e4bb71c8dd71e32d498144f7aa.tar.bz2
ghdl-b08709020072e3e4bb71c8dd71e32d498144f7aa.zip
Add a comment.
Diffstat (limited to 'iirs_utils.adb')
-rw-r--r--iirs_utils.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/iirs_utils.adb b/iirs_utils.adb
index 6099da9..5bc35fb 100644
--- a/iirs_utils.adb
+++ b/iirs_utils.adb
@@ -270,6 +270,7 @@ package body Iirs_Utils is
procedure Add_Dependence (Target: Iir_Design_Unit; Unit: Iir) is
begin
+ -- Do not add self-dependency
if Unit = Target then
return;
end if;