diff --git a/llvm/include/llvm/Transforms/SampleProfile.h b/llvm/include/llvm/Transforms/SampleProfile.h index aa065523ecb9..0fdfa2f85e54 100644 --- a/llvm/include/llvm/Transforms/SampleProfile.h +++ b/llvm/include/llvm/Transforms/SampleProfile.h @@ -17,7 +17,7 @@ namespace llvm { -/// The instrumentation (profile-instr-gen) pass for IR based PGO. +/// The sample profiler data loader pass. class SampleProfileLoaderPass : public PassInfoMixin { public: PreservedAnalyses run(Module &M, AnalysisManager &AM);