From 6e400f76e6921226ddacba367d3928474ed7567d Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Mon, 10 Jan 2005 03:56:27 +0000 Subject: Apply feed back from Chris: 1. Rename createLoaderPass to CreateProfileLoaderPass 2. Opt shouldn't use the pass registered in CodeGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19431 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ProfileInfoLoaderPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Analysis') diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp index 5a57c54f1e..b76c34a8bb 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp @@ -55,7 +55,7 @@ namespace { RegisterAnalysisGroup 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 -- cgit v1.2.3-18-g5258