diff options
-rw-r--r-- | passes/opt/opt_share.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/opt/opt_share.cc b/passes/opt/opt_share.cc index c581b749e..66e29b66a 100644 --- a/passes/opt/opt_share.cc +++ b/passes/opt/opt_share.cc @@ -270,6 +270,7 @@ struct OptShareWorker } } log(" Removing %s cell `%s' from module `%s'.\n", cell->type.c_str(), cell->name.c_str(), module->name.c_str()); + cell_hash_cache.erase(cell); module->remove(cell); total_count++; } else { |