diff --git a/llvm/include/llvm/MC/MCSchedule.h b/llvm/include/llvm/MC/MCSchedule.h --- a/llvm/include/llvm/MC/MCSchedule.h +++ b/llvm/include/llvm/MC/MCSchedule.h @@ -63,9 +63,9 @@ struct MCWriteProcResEntry { uint16_t ProcResourceIdx; uint16_t Cycles; - // Cycle at which the resource will be grabbed by an instruction, - // relatively to the cycle in which the instruction is issued - // (assuming no stalls inbetween). + /// Cycle at which the resource will be grabbed by an instruction, + /// relatively to the cycle in which the instruction is issued + /// (assuming no stalls inbetween). uint16_t StartAtCycle; bool operator==(const MCWriteProcResEntry &Other) const {