aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap8.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 06:58:57 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 18:14:47 +0200
commitdb7d0b337e85c3b327efa799418ef92de3a369ce (patch)
treeb1aec6a72ccf989da9617cbc0f581b12eb80b8c8 /src/vhdl/translate/trans-chap8.adb
parent2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c (diff)
downloadghdl-db7d0b337e85c3b327efa799418ef92de3a369ce.tar.gz
ghdl-db7d0b337e85c3b327efa799418ef92de3a369ce.tar.bz2
ghdl-db7d0b337e85c3b327efa799418ef92de3a369ce.zip
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Diffstat (limited to 'src/vhdl/translate/trans-chap8.adb')
-rw-r--r--src/vhdl/translate/trans-chap8.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/translate/trans-chap8.adb b/src/vhdl/translate/trans-chap8.adb
index 79b05a055..427a30464 100644
--- a/src/vhdl/translate/trans-chap8.adb
+++ b/src/vhdl/translate/trans-chap8.adb
@@ -1206,7 +1206,7 @@ package body Trans.Chap8 is
Expr : constant Iir := Get_Expression (Stmt);
Expr_Type : Iir;
Base_Type : Iir;
- Sel_Length : Iir_Int64;
+ Sel_Length : Int64;
Cond : O_Enode;
begin
-- Translate into if/elsif statements.
@@ -1294,7 +1294,7 @@ package body Trans.Chap8 is
-- Number of associations.
Nbr_Assocs : Natural;
- Sel_Length : Iir_Int64;
+ Sel_Length : Int64;
-- Dichotomy table (table of choices).
String_Type : O_Tnode;