From: Eddie Hung Date: Tue, 6 Aug 2019 20:19:21 +0000 (-0700) Subject: Revert "Add TODO" X-Git-Tag: working-ls180~1161^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f20acbc8137250d93c10dbf056d50dd93edd3f25;p=yosys.git Revert "Add TODO" This reverts commit 6068a6bf0d91e3ab9a5eaa33894a816f1560f99a. --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index f15aded84..df14f8f7e 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -736,8 +736,6 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri } } - // TODO: Move this optimisation into parse_xaiger, so that we - // can get save on the "clean" call at the end of this function for (auto &it : bit_users) if (bit_drivers.count(it.first)) for (auto driver_cell : bit_drivers.at(it.first))