aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index 21f3b25c0e..c876238a1e 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<InstLoops> 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();