summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/TypeMetadataUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/TypeMetadataUtils.h')
-rw-r--r--include/llvm/Analysis/TypeMetadataUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Analysis/TypeMetadataUtils.h b/include/llvm/Analysis/TypeMetadataUtils.h
index 82cf8efeea54..43ce26147c2e 100644
--- a/include/llvm/Analysis/TypeMetadataUtils.h
+++ b/include/llvm/Analysis/TypeMetadataUtils.h
@@ -50,6 +50,8 @@ void findDevirtualizableCallsForTypeCheckedLoad(
SmallVectorImpl<Instruction *> &LoadedPtrs,
SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses,
const CallInst *CI, DominatorTree &DT);
+
+Constant *getPointerAtOffset(Constant *I, uint64_t Offset, Module &M);
}
#endif