aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-08 06:02:29 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-08 06:02:29 +0100
commit6a7904b43d7741778db890d5b59057059254b520 (patch)
tree717395687517deec7e889afbe7b2ec2a38c9921d /src/vhdl/canon.adb
parenta4073d46d4757361e4a88fee7edbc62ee495b3c6 (diff)
downloadghdl-6a7904b43d7741778db890d5b59057059254b520.tar.gz
ghdl-6a7904b43d7741778db890d5b59057059254b520.tar.bz2
ghdl-6a7904b43d7741778db890d5b59057059254b520.zip
Remove some deprecated iir_list subtypes.
Diffstat (limited to 'src/vhdl/canon.adb')
-rw-r--r--src/vhdl/canon.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb
index f4050f92e..cad0398e9 100644
--- a/src/vhdl/canon.adb
+++ b/src/vhdl/canon.adb
@@ -2568,7 +2568,7 @@ package body Canon is
procedure Canon_Component_Specification (Conf : Iir; Parent : Iir)
is
Spec : constant Iir_Flist := Get_Instantiation_List (Conf);
- List : Iir_Designator_List;
+ List : Iir_List;
begin
if Spec in Iir_Flists_All_Others then
List := Create_Iir_List;
@@ -2589,7 +2589,7 @@ package body Canon is
Signal_List : Iir_Flist;
Force : Boolean;
El : Iir;
- N_List : Iir_Designator_List;
+ N_List : Iir_List;
Dis_Type : Iir;
begin
if Canon_Flag_Expressions then