aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-01-14 20:53:29 +0100
committerTristan Gingold <tgingold@free.fr>2018-01-14 20:53:29 +0100
commit4d52610e330ab24aea76eaae8295fd7771beedda (patch)
tree96d404a3d380279ac6f5ba2c97f08041903d919e /src
parent7257b19736c6d4b837f90d6c6eb2dbea5c02909f (diff)
downloadghdl-4d52610e330ab24aea76eaae8295fd7771beedda.tar.gz
ghdl-4d52610e330ab24aea76eaae8295fd7771beedda.tar.bz2
ghdl-4d52610e330ab24aea76eaae8295fd7771beedda.zip
Add a comment.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/iirs_utils.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.adb b/src/vhdl/iirs_utils.adb
index 713230e78..a477b2c32 100644
--- a/src/vhdl/iirs_utils.adb
+++ b/src/vhdl/iirs_utils.adb
@@ -1051,6 +1051,7 @@ package body Iirs_Utils is
if Ind /= Null_Iir
and then Get_Kind (Ind) in Iir_Kinds_Denoting_Name
then
+ -- A resolution indication can be an array/record element resolution.
return Get_Named_Entity (Ind);
else
return Null_Iir;