diff options
| author | lachsinc <lachlansinclair@gmail.com> | 2018-10-04 14:09:17 +1000 |
|---|---|---|
| committer | lachsinc <lachlansinclair@gmail.com> | 2018-10-04 14:09:17 +1000 |
| commit | 48ad1478181d9b24cfd0ae7b22c186aaa01933db (patch) | |
| tree | 4adc411a5c0a1ff61f7cc2311e6c80f8b8b84b6e /src/ir_print.cpp | |
| parent | 79d49f1955c7ae8509f1221fe533a1df5ef4bfaa (diff) | |
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
Diffstat (limited to 'src/ir_print.cpp')
| -rw-r--r-- | src/ir_print.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index dc0a84900..0e8f8234b 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -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: |