part 2: furthered progress on cfg switch

This commit is contained in:
Ryan Fleury
2025-01-10 12:56:45 -08:00
parent 6ce8046029
commit d9ca51b36f
9 changed files with 760 additions and 644 deletions
+1
View File
@@ -626,6 +626,7 @@ e_type_from_key(Arena *arena, E_TypeKey key)
type->byte_size = node->byte_size;
switch(type->kind)
{
default:{}break;
case E_TypeKind_Struct:
case E_TypeKind_Union:
case E_TypeKind_Class: