From ca36fabfc0496a3be2c20020b992c4ed38860aa9 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sat, 29 Jul 2017 14:43:42 +0100 Subject: Remove dead code for the "fixed" map idea --- src/ir_print.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ir_print.cpp') 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; -- cgit v1.2.3