Fix typeo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-14 22:34:36 +00:00
parent e9e55131e8
commit 4b208dc599

View File

@ -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();