diff options
Diffstat (limited to 'lib/Analysis/ProfileInfoLoaderPass.cpp')
-rw-r--r-- | lib/Analysis/ProfileInfoLoaderPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp index 354c871ff2..57e3627c53 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp @@ -49,7 +49,7 @@ namespace { virtual bool runOnModule(Module &M); }; - RegisterOpt<LoaderPass> + RegisterPass<LoaderPass> X("profile-loader", "Load profile information from llvmprof.out"); RegisterAnalysisGroup<ProfileInfo, LoaderPass> Y; |