Simplify copy elision on variable declarations

This commit is contained in:
gingerBill
2023-03-16 17:24:29 +00:00
parent 74fb74d9cb
commit bfb231fb8a
3 changed files with 34 additions and 40 deletions
-2
View File
@@ -337,8 +337,6 @@ struct lbProcedure {
LLVMMetadataRef debug_info;
lbAddr current_elision_hint;
PtrMap<Ast *, lbValue> selector_values;
PtrMap<Ast *, lbAddr> selector_addr;
PtrMap<LLVMValueRef, lbTupleFix> tuple_fix_map;