mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
550ee523db
In some cases the uses of a function are not `CallInst`s (e.g. `ptrtoint`). Since DLA is only concerned with calls, ignore all the other uses by using the `callers` functions.