3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-11 09:44:44 +00:00

fixup! fixup! ast: add GC for dev debugging

This commit is contained in:
Emil J. Tywoniak 2025-04-25 11:00:35 +02:00
parent 0d8ea6f8c3
commit 6d8cb33512

View file

@ -467,7 +467,7 @@ namespace AST_INTERNAL
AST::AstNode *original_ast = nullptr);
}
#define ASTNODE_GC
#undef ASTNODE_GC
#ifdef ASTNODE_GC
struct Tagger {
std::set<AST::AstNode*> nodes;