forked from OSchip/llvm-project
parent
580bcaca7d
commit
e885b1f596
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue