summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit703f7db254d9f10881a81c24c67c52625951f01a (patch)
tree4185199053fd59c255dcb75cd010eff1eb139128 /llvm/lib
parent41b764144dbd20450a14cbfae78b207c1ac445cc (diff)
downloadbcm5719-llvm-703f7db254d9f10881a81c24c67c52625951f01a.tar.gz
bcm5719-llvm-703f7db254d9f10881a81c24c67c52625951f01a.zip
Apply feed back from Chris:
1. Rename createLoaderPass to CreateProfileLoaderPass 2. Opt shouldn't use the pass registered in CodeGen. llvm-svn: 19431
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/ProfileInfoLoaderPass.cpp2
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
OpenPOWER on IntegriCloud