Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.

This commit is contained in:
lachsinc
2018-10-04 14:09:17 +10:00
parent 79d49f1955
commit 48ad147818
2 changed files with 19 additions and 23 deletions
+2 -2
View File
@@ -1952,8 +1952,8 @@ void print_llvm_ir(irGen *ir) {
")",
file->id,
LIT(build_context.ODIN_VERSION),
m->debug_all_enums->id,
m->debug_all_globals->id);
m->debug_compile_unit->CompileUnit.enums->id,
m->debug_compile_unit->CompileUnit.globals->id);
break;
}
case irDebugInfo_File: