Fix broken comment in InstrProfData.inc
This comment was introduced in https://reviews.llvm.org/D117631 Differential Revision: https://reviews.llvm.org/D117705
This commit is contained in:
parent
a4bdeb9a56
commit
ccb09a4889
|
@ -646,7 +646,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
|
|||
(uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 | \
|
||||
(uint64_t)'f' << 16 | (uint64_t)'R' << 8 | (uint64_t)129
|
||||
|
||||
/* FIXME: Please remedy the fixme in the header before bumping the version.
|
||||
/* FIXME: Please remedy the fixme in the header before bumping the version. */
|
||||
/* Raw profile format version (start from 1). */
|
||||
#define INSTR_PROF_RAW_VERSION 8
|
||||
/* Indexed profile format version (start from 1). */
|
||||
|
|
|
@ -646,7 +646,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
|
|||
(uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 | \
|
||||
(uint64_t)'f' << 16 | (uint64_t)'R' << 8 | (uint64_t)129
|
||||
|
||||
/* FIXME: Please remedy the fixme in the header before bumping the version.
|
||||
/* FIXME: Please remedy the fixme in the header before bumping the version. */
|
||||
/* Raw profile format version (start from 1). */
|
||||
#define INSTR_PROF_RAW_VERSION 8
|
||||
/* Indexed profile format version (start from 1). */
|
||||
|
|
Loading…
Reference in New Issue