aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-01 11:02:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-02 20:40:55 +0200
commitfdd89d0259d35d76c56770c74f6ffee8b5ebf239 (patch)
treeb26d1ad5c2e388fcfa7859b53560f873d3cf9915 /src/vhdl/vhdl-canon.adb
parentc6ee7f41e2f86d8d46cd559f32cd290b99b46178 (diff)
downloadghdl-fdd89d0259d35d76c56770c74f6ffee8b5ebf239.tar.gz
ghdl-fdd89d0259d35d76c56770c74f6ffee8b5ebf239.tar.bz2
ghdl-fdd89d0259d35d76c56770c74f6ffee8b5ebf239.zip
vhdl: renames Conditional_Expression to Conditional_Expression_Chain.
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 487edfb44..1a4b99d40 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -1107,7 +1107,7 @@ package body Vhdl.Canon is
Res : Iir;
El, N_El : Iir;
begin
- Cond_Expr := Get_Conditional_Expression (Stmt);
+ Cond_Expr := Get_Conditional_Expression_Chain (Stmt);
Res := Create_Iir (Iir_Kind_If_Statement);
Set_Label (Res, Get_Label (Stmt));
Set_Suspend_Flag (Res, False);