commit | e885b1f5966e431a31e2606ef7823e562bc0a1e9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 14 22:34:36 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 14 22:34:36 2003 +0000 |
tree | 24f09a1724a532d46a41e9866da440266ec564e9 | |
parent | 580bcaca7d79bc55459585d2e685fe44e8eaf371 [diff] [blame] |
Fix typeo llvm-svn: 5278
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index 21f3b25..c876238 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -33,7 +33,7 @@ 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();