mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
8b0f4e035c
Before this commit, it could happen that some duplicated dummy node (used to mark backedges) could be left lingering in wrong regions when collapsing a regions, if they were first iteration outlined. This commit fixes the problem, by collecting them and letting `updateNodes` take care of them, removing them from the containing region and all its parents.