aboutsummaryrefslogtreecommitdiffstats
path: root/iirs_utils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'iirs_utils.adb')
-rw-r--r--iirs_utils.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/iirs_utils.adb b/iirs_utils.adb
index 904b42120..35cbbef23 100644
--- a/iirs_utils.adb
+++ b/iirs_utils.adb
@@ -191,7 +191,8 @@ package body Iirs_Utils is
| Iir_Kind_Simple_Aggregate
| Iir_Kind_Dereference
| Iir_Kind_Implicit_Dereference
- | Iir_Kind_Unit_Declaration =>
+ | Iir_Kind_Unit_Declaration
+ | Iir_Kinds_Concurrent_Statement =>
return Adecl;
when Iir_Kind_Simple_Name
| Iir_Kind_Selected_Name =>