mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0eb1bb583f
LLVM 9 drops the `TerminatorInst` class. This commit replaces it with `Instruction` where possible and asserts `Instruction::isTerminator()`. It also switches from `TerminatorInst::successors` to `successors(TerminatorInst *)`.