Minor cleanup for builtin scope/pkg

This commit is contained in:
gingerBill
2018-06-17 22:07:27 +01:00
parent a99cc2fd70
commit a4e3201113
6 changed files with 51 additions and 48 deletions
+1 -1
View File
@@ -8405,7 +8405,7 @@ void ir_gen_tree(irGen *s) {
}
Scope *package_scope = scope->parent;
GB_ASSERT(package_scope->is_package);
GB_ASSERT(package_scope->is_pkg);
switch (e->kind) {
case Entity_Variable: