Fix comment not allowed in C90
[oota-llvm.git] / include / llvm / ProfileData / InstrProfData.inc
index a51071123d735c9f0e22f6a6b9089d25f78f1ee4..0656c98fd69290955e6cf8037182ffbdf591e874 100644 (file)
@@ -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;