From de6dd3b9523cd953e759d22044e98e596716c5c2 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 6 May 2016 01:41:24 +0000 Subject: [PATCH] document version change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268702 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ProfileData/InstrProf.h | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.50.1