Split up init_preload into specific parts

This commit is contained in:
gingerBill
2018-06-03 11:38:02 +01:00
parent 398109ac84
commit 9bd7f023b2
6 changed files with 170 additions and 200 deletions
+2 -3
View File
@@ -336,9 +336,8 @@ struct Checker {
Array<ProcedureInfo> procs_to_check;
PtrSet<AstPackage *> checked_packages;
gbAllocator allocator;
CheckerContext init_ctx;
bool done_preload;
gbAllocator allocator;
CheckerContext init_ctx;
};