mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 22:33:43 +00:00
Begin fixing type info stuff
This commit is contained in:
@@ -381,8 +381,8 @@ gb_internal WORKER_TASK_PROC(cg_procedure_compile_worker_proc) {
|
||||
cgProcedure *p = cast(cgProcedure *)data;
|
||||
gb_unused(p);
|
||||
|
||||
tb_print(p->func, cg_arena());
|
||||
fprintf(stdout, "\n");
|
||||
// tb_print(p->func, cg_arena());
|
||||
// fprintf(stdout, "\n");
|
||||
|
||||
// bool preserve_types = true;
|
||||
// tb_opt(p->func, cg_worklist(), preserve_types);
|
||||
|
||||
Reference in New Issue
Block a user