mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 16:42:35 +00:00
twine: fix replayability, reduce TwineSearch usage
This commit is contained in:
parent
e9eb3889b7
commit
7c73fd62e4
41 changed files with 273 additions and 272 deletions
|
|
@ -145,7 +145,6 @@ void twine_prepopulate() {
|
|||
// log_assert(parent->is_flat() && "Suffix parent must be a flat node (Leaf or Suffix)");
|
||||
// if (tail.empty()) {
|
||||
// // No tail means "the same string as parent". Hand back a fresh
|
||||
// // owning ref on parent — semantically equivalent to a degenerate
|
||||
// // suffix node, but we avoid allocating a slot for it.
|
||||
// retain(parent);
|
||||
// return parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue