From: Xinliang David Li Date: Fri, 6 May 2016 01:41:24 +0000 (+0000) Subject: document version change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de6dd3b9523cd953e759d22044e98e596716c5c2;p=llvm document version change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268702 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();