1
0
mirror of synced 2026-02-13 11:44:03 +00:00
Files
YosysHQ.yosys/passes
Sean Cross 8d128ba6d0 passes: opt_share: don't statically initialize mergeable_type_map
In 3d3779b037 this got turned from a
`std::map<std::string, std::string>` to `std::map<IdString, IdString>`.
Consequently, this exposed some initialization sequencing issues (#1361).

Only initialize the map when it's first used, to avoid these static issues.

This fixes #1361.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-09-09 12:40:01 +08:00
..
2019-08-22 16:06:36 -07:00
2019-08-07 11:12:38 -07:00
2019-08-07 11:09:17 -07:00
2019-08-28 09:45:22 +02:00
2019-08-15 09:23:57 -07:00