nil_allocator; Fix IR type checking assert; append_string

This commit is contained in:
gingerBill
2017-11-26 15:25:45 +00:00
parent febcd73323
commit 5a9223afda
4 changed files with 33 additions and 24 deletions

View File

@@ -458,7 +458,6 @@ struct CheckerInfo {
Scope * init_scope;
Entity * entry_point;
PtrSet<Entity *> minimum_dependency_set;
};
struct Checker {