Files
revng-revng/lib/FunctionIsolation
Alessandro Di Federico 0eb1bb583f Remove TerminatorInst
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 *)`.
2019-11-21 20:50:55 +01:00
..
2019-03-08 15:00:59 +01:00
2019-11-21 20:50:55 +01:00
2019-11-21 20:50:55 +01:00