forked from OSchip/llvm-project
Fix Wdocumentation unknown parameter warning. NFCI.
This commit is contained in:
parent
2005ae15a6
commit
cb8d96e72f
|
@ -57,7 +57,7 @@ static cl::opt<bool> ProfileIsFSDisciminator(
|
|||
|
||||
/// Dump the function profile for \p FName.
|
||||
///
|
||||
/// \param FName Name of the function to print.
|
||||
/// \param FContext Name + context of the function to print.
|
||||
/// \param OS Stream to emit the output to.
|
||||
void SampleProfileReader::dumpFunctionProfile(SampleContext FContext,
|
||||
raw_ostream &OS) {
|
||||
|
|
Loading…
Reference in New Issue