1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]

llvm-svn: 205162
This commit is contained in:
NAKAMURA Takumi 2014-03-31 01:10:26 +00:00
parent 033870861c
commit 9ec6d57e94

View 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,