[llvm] 9c9e507 - [docs] Use doxygen to describe the field `StartAtCycle`. [NFCI]
Francesco Petrogalli via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 12:09:27 PDT 2023
Author: Francesco Petrogalli
Date: 2023-05-15T21:08:59+02:00
New Revision: 9c9e507b55c0331620be47c66ee08f19f56d67a7
URL: https://github.com/llvm/llvm-project/commit/9c9e507b55c0331620be47c66ee08f19f56d67a7
DIFF: https://github.com/llvm/llvm-project/commit/9c9e507b55c0331620be47c66ee08f19f56d67a7.diff
LOG: [docs] Use doxygen to describe the field `StartAtCycle`. [NFCI]
Differential Revision: https://reviews.llvm.org/D150572
Added:
Modified:
llvm/include/llvm/MC/MCSchedule.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MC/MCSchedule.h b/llvm/include/llvm/MC/MCSchedule.h
index 83cd89a54c2a3..98254fc23b225 100644
--- a/llvm/include/llvm/MC/MCSchedule.h
+++ b/llvm/include/llvm/MC/MCSchedule.h
@@ -63,9 +63,9 @@ struct MCProcResourceDesc {
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 {
More information about the llvm-commits
mailing list