mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
eacc0b76b2
Changes include: - `getFunctionCall` has been moved in IRHelpers.h - `getFallthrough` and `getFunctionCallCallee` have been simplified and added in IRHelpers.h (their old versions have been removed respectively from FCI.h and revng.h) - `FCI::getCall` and `FCI::isCall` have been removed due to redundancy with `getFunctionCall`.