diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-05 23:34:53 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-05 23:34:53 +0100 |
| commit | b6a1ec022923239c27f911ce1be107a9e201ad22 (patch) | |
| tree | 000f21622d3cce766003755faf4222905ee91264 /src/llvm_backend.cpp | |
| parent | 60685369b97a6053b98e2689ce4e7910347a2797 (diff) | |
Remove debug code
Diffstat (limited to 'src/llvm_backend.cpp')
| -rw-r--r-- | src/llvm_backend.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp index cb273dc00..2065f7d70 100644 --- a/src/llvm_backend.cpp +++ b/src/llvm_backend.cpp @@ -3530,9 +3530,6 @@ lbAddr lb_add_local(lbProcedure *p, Type *type, Entity *e, bool zero_init, i32 p if (e != nullptr) { lb_add_entity(p->module, e, val); - if (e->token.string == "v123") { - gb_printf_err("%.*s\n", LIT(e->token.string)); - } lb_add_debug_local_variable(p, ptr, type, e->token); } |