forked from OSchip/llvm-project
ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
llvm-svn: 205162
This commit is contained in:
parent
d28515af31
commit
82ec13e3d5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue