From 8c53b706f00a69d6dba2f56188ba33a7f7d19ed2 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 25 Nov 2025 23:19:26 +0100 Subject: [PATCH] fixup! opt_clean: use newcelltypes --- passes/opt/opt_clean.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/opt/opt_clean.cc b/passes/opt/opt_clean.cc index b22dfad3a..d824fd2db 100644 --- a/passes/opt/opt_clean.cc +++ b/passes/opt/opt_clean.cc @@ -103,7 +103,7 @@ struct keep_cache_t keep_cache_t keep_cache; static constexpr auto ct_reg = StaticCellTypes::Categories::join( - StaticCellTypes::Compat::internals_mem_ff, + StaticCellTypes::Compat::mem_ff, StaticCellTypes::categories.is_anyinit); NewCellTypes ct_all; int count_rm_cells, count_rm_wires;