forked from OSchip/llvm-project
IROutliner.cpp - fix Wdocumentation warnings. NFCI.
This commit is contained in:
parent
0712c2a2b8
commit
89edda7084
|
@ -439,7 +439,7 @@ static void findConstants(IRSimilarityCandidate &C, DenseSet<unsigned> &NotSame,
|
|||
/// arguments.
|
||||
/// \param [in] OutputMappings - The mapping of values that have been replaced
|
||||
/// by a new output value.
|
||||
/// \param [out] EndInputs - The global value numbers for the extracted
|
||||
/// \param [out] EndInputNumbers - The global value numbers for the extracted
|
||||
/// arguments.
|
||||
static void mapInputsToGVNs(IRSimilarityCandidate &C,
|
||||
SetVector<Value *> &CurrentInputs,
|
||||
|
@ -563,7 +563,7 @@ static void getCodeExtractorArguments(
|
|||
/// overall function.
|
||||
///
|
||||
/// \param [in,out] Region - The region of code to be analyzed.
|
||||
/// \param [in] InputsGVNs - The global value numbering of the input values
|
||||
/// \param [in] InputGVNs - The global value numbering of the input values
|
||||
/// collected.
|
||||
/// \param [in] ArgInputs - The values of the arguments to the extracted
|
||||
/// function.
|
||||
|
@ -1081,7 +1081,6 @@ alignOutputBlockWithAggFunc(OutlinableGroup &OG, OutlinableRegion &Region,
|
|||
/// matches the needed stores for the extracted section.
|
||||
/// \param [in] M - The module we are outlining from.
|
||||
/// \param [in] OG - The group of regions to be outlined.
|
||||
/// \param [in] OS - The region that is being analyzed.
|
||||
/// \param [in] EndBB - The final block of the extracted function.
|
||||
/// \param [in,out] OutputStoreBBs - The existing output blocks.
|
||||
void createSwitchStatement(Module &M, OutlinableGroup &OG, BasicBlock *EndBB,
|
||||
|
|
Loading…
Reference in New Issue