diff --git a/llvm/include/llvm/ProfileData/MemProf.h b/llvm/include/llvm/ProfileData/MemProf.h index a6501493172b2..53ddfd1923410 100644 --- a/llvm/include/llvm/ProfileData/MemProf.h +++ b/llvm/include/llvm/ProfileData/MemProf.h @@ -28,7 +28,8 @@ enum IndexedVersion : uint64_t { Version1 = 1, // Version 2: Added a call stack table. Version2 = 2, - // Version 3: Under development. + // Version 3: Added a radix tree for call stacks. Switched to linear IDs for + // frames and call stacks. Version3 = 3, };