mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a078be2478
This commit removes a call to untangle() that was performed before the whole combing algorithm on the root RegionCFG. The call was redundant before introducing the weaving, and became plainly wrong after adding the weaving, because it ended up trying to untangle the root RegionCFG before weaving (which is supposed to run first). Removing the dedicated call fixes the bug, because weaving is performed first as part of the call to generateAst().