summaryrefslogtreecommitdiff
path: root/passes/sat/share.cc
diff options
context:
space:
mode:
Diffstat (limited to 'passes/sat/share.cc')
-rw-r--r--passes/sat/share.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/passes/sat/share.cc b/passes/sat/share.cc
index 27b21207..06549671 100644
--- a/passes/sat/share.cc
+++ b/passes/sat/share.cc
@@ -134,10 +134,6 @@ struct ShareWorker
not_a_muxed_cell:
continue;
- // FIXME: Creation of super cells is broken for this cell types
- if (cell->type == "$div" || cell->type == "$mod")
- continue;
-
if (config.opt_force) {
shareable_cells.insert(cell);
continue;