diff options
Diffstat (limited to 'llvm/tools/llvm-mca/Scheduler.h')
-rw-r--r-- | llvm/tools/llvm-mca/Scheduler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/Scheduler.h b/llvm/tools/llvm-mca/Scheduler.h index f3b9a362ad1..25bc87e3eba 100644 --- a/llvm/tools/llvm-mca/Scheduler.h +++ b/llvm/tools/llvm-mca/Scheduler.h @@ -46,7 +46,7 @@ enum ResourceStateEvent { RS_RESERVED }; -/// \brief A descriptor for processor resources. +/// A descriptor for processor resources. /// /// Each object of class ResourceState is associated to a specific processor /// resource. There is an instance of this class for every processor resource @@ -250,7 +250,7 @@ public: #endif }; -/// \brief A resource unit identifier. +/// A resource unit identifier. /// /// This is used to identify a specific processor resource unit using a pair /// of indices where the 'first' index is a processor resource mask, and the |