Fix wrong comment in header /NFC

llvm-svn: 271825
This commit is contained in:
Xinliang David Li 2016-06-05 05:18:20 +00:00
parent e537cbf1a3
commit 41f4a05245
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
namespace llvm { namespace llvm {
/// The instrumentation (profile-instr-gen) pass for IR based PGO. /// The sample profiler data loader pass.
class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> { class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
public: public:
PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM); PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);