aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-07-29 14:43:42 +0100
committerGinger Bill <bill@gingerbill.org>2017-07-29 14:43:42 +0100
commitca36fabfc0496a3be2c20020b992c4ed38860aa9 (patch)
treed00409f677da8d1d5e62caa2a855abda1c22c101 /src/ir_print.cpp
parent7bd62481ad879704d68104dae5fea759074eb570 (diff)
Remove dead code for the "fixed" map idea
Diffstat (limited to 'src/ir_print.cpp')
-rw-r--r--src/ir_print.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp
index dfba3c888..c6fb56616 100644
--- a/src/ir_print.cpp
+++ b/src/ir_print.cpp
@@ -371,6 +371,7 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t) {
} return;
case Type_Map: {
+ generate_map_internal_types(m->allocator, t);
GB_ASSERT(t->Map.generated_struct_type != nullptr);
ir_print_type(f, m, t->Map.generated_struct_type);
} break;