summaryrefslogtreecommitdiff
path: root/src/vhdl/sem_expr.adb
diff options
context:
space:
mode:
authorTristan Gingold2015-05-27 02:33:20 +0200
committerTristan Gingold2015-05-27 02:33:20 +0200
commit5f17068849547fa1ce7bfd6320188d9317aba7ec (patch)
tree8e502bcfaa70e022eec1ad41c66fd1091c25dc77 /src/vhdl/sem_expr.adb
parentcf93c28809e41da171abfd6a6db5622f27b61e32 (diff)
downloadghdl-5f17068849547fa1ce7bfd6320188d9317aba7ec.tar.gz
ghdl-5f17068849547fa1ce7bfd6320188d9317aba7ec.tar.bz2
ghdl-5f17068849547fa1ce7bfd6320188d9317aba7ec.zip
Add comments.
Diffstat (limited to 'src/vhdl/sem_expr.adb')
-rw-r--r--src/vhdl/sem_expr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_expr.adb b/src/vhdl/sem_expr.adb
index 8a7239a..474980c 100644
--- a/src/vhdl/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
@@ -1588,6 +1588,7 @@ package body Sem_Expr is
-- If there are two functions, one primitive of a universal
-- type and the other not, return the primitive of the universal type.
-- This implements implicit type conversions rules.
+ -- Cf Sem_Names.Extract_Call_Without_Implicit_Conversion
function Get_Non_Implicit_Subprogram (List : Iir_List) return Iir
is
El : Iir;