aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2024-11-22 14:57:58 -0800
committerGitHub <noreply@github.com>2024-11-22 14:57:58 -0800
commitfdb050a5024320ec29d2edf3f2bc686c3a84abaa (patch)
treeed677ce6995f674bb1b35233d3be6e17c7f467be /llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
parentccb4702038900d82d1041ff610788740f5cef723 (diff)
downloadllvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.zip
llvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.tar.gz
llvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.tar.bz2
Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#117395)
Reverts llvm/llvm-project#117066 This is causing some build bot failures that need investigation.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp')
-rw-r--r--llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
index 032c0de..8f79ccd 100644
--- a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
+++ b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
@@ -329,7 +329,6 @@ GetCodeName(unsigned CodeID, unsigned BlockID,
STRINGIFY_CODE(FS, COMBINED_ALLOC_INFO)
STRINGIFY_CODE(FS, STACK_IDS)
STRINGIFY_CODE(FS, ALLOC_CONTEXT_IDS)
- STRINGIFY_CODE(FS, CONTEXT_RADIX_TREE_ARRAY)
}
case bitc::METADATA_ATTACHMENT_ID:
switch (CodeID) {