diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/ProfileInfoLoaderPass.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp b/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp index 5a57c54f1ec..b76c34a8bb8 100644 --- a/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp @@ -55,7 +55,7 @@ namespace {    RegisterAnalysisGroup<ProfileInfo, LoaderPass> Y;  }  // End of anonymous namespace -ModulePass *llvm::createLoaderPass() { return new LoaderPass(); } +ModulePass *llvm::createProfileLoaderPass() { return new LoaderPass(); }  /// createProfileLoaderPass - This function returns a Pass that loads the  /// profiling information for the module from the specified filename, making it | 

