aboutsummaryrefslogtreecommitdiffstats
path: root/sem_assocs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_assocs.adb')
-rw-r--r--sem_assocs.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_assocs.adb b/sem_assocs.adb
index dcec12c98..ee43e30ef 100644
--- a/sem_assocs.adb
+++ b/sem_assocs.adb
@@ -1162,7 +1162,7 @@ package body Sem_Assocs is
Set_Parameter_Association_Chain (Res, Null_Iir);
Set_Type (Res, Get_Return_Type (Func));
Set_Expr_Staticness (Res, None);
- Set_Use_Flag (Func, True);
+ Mark_Subprogram_Used (Func);
when Iir_Kind_Subtype_Declaration
| Iir_Kind_Type_Declaration =>
Res := Create_Iir (Iir_Kind_Type_Conversion);