mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
8348766b4e
In stack analysis' output, the list of basic blocks composing a function was not sorted. This lead a test to fail due to the presence of the `--order` flag when comparing the output. This commit ensures that this list is ordered, by basic block name.