summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-10 03:56:27 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-10 03:56:27 +0000
commit6e400f76e6921226ddacba367d3928474ed7567d (patch)
tree080a5fd6f08f1d65df1bbcc8eb27d13b8bcc9f8f /lib/Analysis/ProfileInfoLoaderPass.cpp
parent68dc3109420f38d639fb2e9fed6f1a29df60795b (diff)
downloadexternal_llvm-6e400f76e6921226ddacba367d3928474ed7567d.zip
external_llvm-6e400f76e6921226ddacba367d3928474ed7567d.tar.gz
external_llvm-6e400f76e6921226ddacba367d3928474ed7567d.tar.bz2
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
Diffstat (limited to 'lib/Analysis/ProfileInfoLoaderPass.cpp')
-rw-r--r--lib/Analysis/ProfileInfoLoaderPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp
index 5a57c54..b76c34a 100644
--- a/lib/Analysis/ProfileInfoLoaderPass.cpp
+++ b/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