From: Chris Lattner Date: Tue, 14 Jan 2003 22:34:36 +0000 (+0000) Subject: Fix typeo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b208dc5999a766615507817ec3c64a0b5cb796e;p=oota-llvm.git Fix typeo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5278 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();