1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

document version change

llvm-svn: 268702
This commit is contained in:
Xinliang David Li 2016-05-06 01:41:24 +00:00
parent 42db8c78ce
commit 5a944069c0

View File

@ -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 <class IntPtrT> inline uint64_t getMagic();