ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 31 Mar 2014 01:10:26 +0000 (01:10 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 31 Mar 2014 01:10:26 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205162 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM64/ARM64CollectLOH.cpp

index 010171ce78a4d191b29b6c61294db3f98051afae..3b998b89dc8b6582ce4a12601c23b7d2259deb89 100644 (file)
@@ -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,