diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp b/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp index 95cd5bea9a..98430f9c7a 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp @@ -47,7 +47,7 @@ struct ProfilePaths : public FunctionPass { } }; -static RegisterPass<ProfilePaths> X("paths", "Profile Paths"); +static RegisterOpt<ProfilePaths> X("paths", "Profile Paths"); // createProfilePathsPass - Create a new pass to add path profiling // |