mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9e55131e8
commit
4b208dc599
@ -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…
x
Reference in New Issue
Block a user