mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c8871fc508
We now switch to the `llvm::df_iterator` based `nodesBetween` implementation. This new implementation makes use of the idiomatic way of extending the DFS implementation provided by LLVM, instead of rolling our custom implementation for the `nodesBetween` algorithm.