diff --git a/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp b/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp index 010171ce78a4..3b998b89dc8b 100644 --- a/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp +++ b/llvm/lib/Target/ARM64/ARM64CollectLOH.cpp @@ -545,7 +545,7 @@ static bool isCandidateStore(const MachineInstr *Instr) { /// In ADRPMode, non-LOH candidates are "uses" with non-ADRP definitions. /// In non-ADRPMode, non-LOH candidates are "uses" with several definition, /// i.e., no simple chain. -/// \param ADRPMode \see initReachingDef. +/// \param ADRPMode -- \see initReachingDef. static void reachedUsesToDefs(InstrToInstrs &UseToReachingDefs, const InstrToInstrs *ColorOpToReachedUses, const MapRegToId &RegToId,