Skip to content

Commit 5e215e2

Browse files
[MemProf] Remove unused declaration (NFC) (#173323)
Definition and uses presumably cleaned up at some point.
1 parent 4ef602d commit 5e215e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/Analysis/MemoryProfileInfo.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ LLVM_ABI bool recordContextSizeInfoForAnalysis();
4141
LLVM_ABI MDNode *buildCallstackMetadata(ArrayRef<uint64_t> CallStack,
4242
LLVMContext &Ctx);
4343

44-
/// Build metadata from the provided list of full stack id and profiled size, to
45-
/// use when reporting of hinted sizes is enabled.
46-
LLVM_ABI MDNode *
47-
buildContextSizeMetadata(ArrayRef<ContextTotalSize> ContextSizeInfo,
48-
LLVMContext &Ctx);
49-
5044
/// Returns the stack node from an MIB metadata node.
5145
LLVM_ABI MDNode *getMIBStackNode(const MDNode *MIB);
5246

0 commit comments

Comments
 (0)