summaryrefslogtreecommitdiff
path: root/passes/opt/opt_share.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-27 03:04:50 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-27 03:04:50 +0100
commit66ab88d7b0636c21d5df74f753ed379a799fd783 (patch)
treec8f96817b4926e4e938e0c732e240363b89d4bec /passes/opt/opt_share.cc
parent88d08e8f24cb2d43907a9d28d65fedc9638554ca (diff)
More hashtable finetuning
Diffstat (limited to 'passes/opt/opt_share.cc')
-rw-r--r--passes/opt/opt_share.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/opt_share.cc b/passes/opt/opt_share.cc
index 9bc30887..91bfd58a 100644
--- a/passes/opt/opt_share.cc
+++ b/passes/opt/opt_share.cc
@@ -41,7 +41,7 @@ struct OptShareWorker
CellTypes ct;
int total_count;
#ifdef USE_CELL_HASH_CACHE
- dict<const RTLIL::Cell*, std::string, hash_ptr_ops> cell_hash_cache;
+ dict<const RTLIL::Cell*, std::string, hash_obj_ops> cell_hash_cache;
#endif
#ifdef USE_CELL_HASH_CACHE