Skip to content

Commit

Permalink
Fix Wdocumentation unknown parameter warning. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Sep 4, 2021
1 parent 2005ae1 commit cb8d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/ProfileData/SampleProfReader.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit cb8d96e

Please sign in to comment.