mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
No implicit conversion from IdString to anything else
This commit is contained in:
parent
768eb846c4
commit
04727c7e0f
16 changed files with 37 additions and 37 deletions
|
@ -303,7 +303,7 @@ static void handle_loops()
|
|||
id1 = id2;
|
||||
else if (edges[id1].size() > edges[id2].size())
|
||||
continue;
|
||||
else if (w1->name > w2->name)
|
||||
else if (w2->name < w1->name)
|
||||
id1 = id2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue