mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
81d452db25
This change makes sure that CollectCFG is always intertwined with FunctionIsolation, as it needs to run before the latter executed. To avoid possible rearrangements on the pipeline in the future, CollectCFG pass is now registered within FI.