Use direct parameter value in lb_find_ident when possible

This commit is contained in:
gingerBill
2022-10-30 22:58:44 +00:00
parent 83f3ae14d5
commit 8fa571c283
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -298,6 +298,7 @@ struct lbProcedure {
lbBlock * entry_block;
lbBlock * curr_block;
lbTargetList * target_list;
PtrMap<Entity *, lbValue> direct_parameters;
Ast *curr_stmt;