Changeset acb33f15 for src/CodeGen
- Timestamp:
- May 13, 2024, 10:26:52 AM (7 months ago)
- Branches:
- master
- Children:
- 31f4837
- Parents:
- 41c8312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/GenType.cc
r41c8312 racb33f15 46 46 void postvisit( ast::UnionInstType const * type ); 47 47 void postvisit( ast::EnumInstType const * type ); 48 void postvisit( ast::EnumAttrType const * type );49 48 void postvisit( ast::TypeInstType const * type ); 50 49 void postvisit( ast::TupleType const * type ); … … 240 239 } 241 240 242 void GenType::postvisit( ast::EnumAttrType const * type ) {243 postvisit( type->instance );244 }245 246 241 void GenType::postvisit( ast::TypeInstType const * type ) { 247 242 assertf( !options.genC, "TypeInstType should not reach code generation." );
Note: See TracChangeset
for help on using the changeset viewer.