Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision ab4bff57905b7bbe2894e5eb4353fe8fdcebf61c)
+++ src/CodeGen/CodeGenerator.cc	(revision 6fa9e711ade8d9011abd8efddc8c998df488c1d1)
@@ -288,5 +288,5 @@
 		assertf( ! genC, "TypeDecls should not reach code generation." );
 		output << typeDecl->genTypeString() << " " << typeDecl->name;
-		if ( typeDecl->get_kind() != TypeDecl::Any && typeDecl->sized ) {
+		if ( typeDecl->sized ) {
 			output << " | sized(" << typeDecl->name << ")";
 		}
