Skip to content

Commit ccb09a4

Browse files
committed
Fix broken comment in InstrProfData.inc
This comment was introduced in https://reviews.llvm.org/D117631 Differential Revision: https://reviews.llvm.org/D117705
1 parent a4bdeb9 commit ccb09a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/include/profile/InstrProfData.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
646646
(uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 | \
647647
(uint64_t)'f' << 16 | (uint64_t)'R' << 8 | (uint64_t)129
648648

649-
/* FIXME: Please remedy the fixme in the header before bumping the version.
649+
/* FIXME: Please remedy the fixme in the header before bumping the version. */
650650
/* Raw profile format version (start from 1). */
651651
#define INSTR_PROF_RAW_VERSION 8
652652
/* Indexed profile format version (start from 1). */

llvm/include/llvm/ProfileData/InstrProfData.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
646646
(uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 | \
647647
(uint64_t)'f' << 16 | (uint64_t)'R' << 8 | (uint64_t)129
648648

649-
/* FIXME: Please remedy the fixme in the header before bumping the version.
649+
/* FIXME: Please remedy the fixme in the header before bumping the version. */
650650
/* Raw profile format version (start from 1). */
651651
#define INSTR_PROF_RAW_VERSION 8
652652
/* Indexed profile format version (start from 1). */

0 commit comments

Comments
 (0)