diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index 21f3b25c0e9..c876238a1e1 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp @@ -33,7 +33,7 @@ struct InstLoops : public FunctionPass { static RegisterOpt X("instloops", "Instrument backedges for profiling"); -// createProfilePathsPass - Create a new pass to add path profiling +// createInstLoopsPass - Create a new pass to add path profiling // Pass *createInstLoopsPass() { return new InstLoops();