Files
revng-revng/lib
Pietro Fezzardi a078be2478 RestructureCFG: avoid dedicated untangling of root
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().
2020-07-09 18:17:20 +02:00
..
2020-06-15 15:40:02 +02:00
2020-01-15 18:24:28 +01:00
2020-01-15 18:24:28 +01:00
2020-01-15 18:24:28 +01:00
2020-01-13 11:55:32 +01:00