mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
5698284bea
The MaterializeTrivialGoto pass, tries to remove superfluous `goto` from the `ScopeGraph`, by verifying that the resulting `ScopeGraph` does not become cyclic or undecided. In that case, it rolls back the changes.