Skip to content

Commit

Permalink
[docs] Use doxygen to describe the field StartAtCycle. [NFCI]
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D150572
  • Loading branch information
fpetrogalli committed May 15, 2023
1 parent 58e6caa commit 9c9e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/include/llvm/MC/MCSchedule.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9c9e507

Please sign in to comment.