mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0659e6b6a3
1. Hoist the logic to retrieve a model CallEdge from an llvm::CallInst out of `getCallSitePrototype()`, in a separate `getCallEdge()` function. 2. Modify `getCallSitePrototype()` so that the parent function's type is optional.