diff --git a/include/llvm/ProfileData/InstrProf.h b/include/llvm/ProfileData/InstrProf.h index f07a5406339..0f51b69aef1 100644 --- a/include/llvm/ProfileData/InstrProf.h +++ b/include/llvm/ProfileData/InstrProf.h @@ -813,6 +813,7 @@ namespace RawInstrProf { // struct has more fields to describe value profile information. // Version 3: Compressed name section support. Function PGO name reference // from control data struct is changed from raw pointer to Name's MD5 value. +// Version 4: ValueDataBegin field is removed from the raw header. const uint64_t Version = INSTR_PROF_RAW_VERSION; template inline uint64_t getMagic();