Fix typeo

llvm-svn: 5278
This commit is contained in:
Chris Lattner 2003-01-14 22:34:36 +00:00
parent 580bcaca7d
commit e885b1f596
1 changed files with 1 additions and 1 deletions

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