From aa542980cea146e05cf9bb5f1d792e1f092328ae Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 30 Aug 2018 19:14:10 +0100 Subject: Change memory layout of `map` to be 3 words smaller --- src/ir_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir_print.cpp') diff --git a/src/ir_print.cpp b/src/ir_print.cpp index 547235dd0..441835922 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -458,7 +458,7 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t, bool in_struct) { ir_print_encoded_local(f, name); } else { // TODO(bill): Is this correct behaviour?! - GB_ASSERT_MSG(name.len > 0, "%.*s %p", LIT(t->Named.name), e); + // GB_ASSERT_MSG(name.len > 0, "%.*s %p", LIT(t->Named.name), e); // gb_printf_err("%.*s %p\n", LIT(t->Named.name), t->Named.type_name); ir_print_type(f, m, bt); } -- cgit v1.2.3