aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_proc.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-04-30 11:01:10 +0100
committergingerBill <bill@gingerbill.org>2024-04-30 11:03:11 +0100
commitac9919b8e237a9da03ece5dd603969fc1ed238bc (patch)
tree5fff044ce30a5dc170de3912afc7c93fabb01757 /src/tilde_proc.cpp
parentd04039ba43fd336c1999171c53418f4159359e51 (diff)
Begin fixing type info stuff
Diffstat (limited to 'src/tilde_proc.cpp')
-rw-r--r--src/tilde_proc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp
index 799c6920e..375766c0d 100644
--- a/src/tilde_proc.cpp
+++ b/src/tilde_proc.cpp
@@ -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);