diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:34:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:34:36 +0000 |
commit | 4b208dc5999a766615507817ec3c64a0b5cb796e (patch) | |
tree | 9b134f6d3a5379d6d46aa5282ce8bce90b6d71e7 /lib/Transforms | |
parent | e9e55131e8aed0b9f6ef9c4f4caf5f0e3f9bb844 (diff) | |
download | external_llvm-4b208dc5999a766615507817ec3c64a0b5cb796e.zip external_llvm-4b208dc5999a766615507817ec3c64a0b5cb796e.tar.gz external_llvm-4b208dc5999a766615507817ec3c64a0b5cb796e.tar.bz2 |
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index 21f3b25..c876238 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<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(); |