mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
8b87854a11
Perform the IDS operation for the exit nodes corresponding to `goto` blocks afterwards the other _standard_ exits have been processed. In addition, order the `GotoBlock`s according to the `post_order` of the target blocks of the `goto` themselves. This should maximize the opportunities for later runs of `MaterializeTrivialGoto`.