summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/profile/InstrProfData.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/profile/InstrProfData.inc b/compiler-rt/lib/profile/InstrProfData.inc
index a51071123d7..0656c98fd69 100644
--- a/compiler-rt/lib/profile/InstrProfData.inc
+++ b/compiler-rt/lib/profile/InstrProfData.inc
@@ -234,9 +234,9 @@ COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
* value profiler.
*/
typedef struct InstrProfValueData {
- // Profiled value.
+ /* Profiled value. */
uint64_t Value;
- // Number of times the value appears in the training run.
+ /* Number of times the value appears in the training run. */
uint64_t Count;
} InstrProfValueData;
OpenPOWER on IntegriCloud