This commit is contained in:
Ginger Bill
2017-01-20 11:23:46 +00:00
parent 6d93aa429f
commit 12498b2d39
4 changed files with 63 additions and 86 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void ir_print_type(irFileBuffer *f, irModule *m, Type *t) {
i64 word_bits = 8*s.word_size;
GB_ASSERT_NOT_NULL(t);
t = default_type(t);
// GB_ASSERT(is_type_typed(t));
GB_ASSERT(is_type_typed(t));
switch (t->kind) {
case Type_Basic: