Files
Kacper Kołodziej c0f226fa70 Add const qualifiers to some functions
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.
2023-07-31 11:29:40 +02:00
..
2023-07-03 15:23:10 +00:00
2023-04-28 14:04:32 +02:00
2023-07-03 15:23:10 +00:00
2023-07-03 15:23:10 +00:00