mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c0f226fa70
getJumpTargetBlock takes llvm::BasicBlock * as argument, but doesn't need to modify it, so const it adds const to it and other functions that are used by getJumpTargetBlock: findJumpTarget, isTranslated, getType, isJumpTarget.