OSDN Git Service

Fix wrong comment in header /NFC
authorXinliang David Li <davidxl@google.com>
Sun, 5 Jun 2016 05:18:20 +0000 (05:18 +0000)
committerXinliang David Li <davidxl@google.com>
Sun, 5 Jun 2016 05:18:20 +0000 (05:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271825 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/SampleProfile.h

index aa06552..0fdfa2f 100644 (file)
@@ -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<SampleProfileLoaderPass> {
 public:
   PreservedAnalyses run(Module &M, AnalysisManager<Module> &AM);