aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoaderPass.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-11 19:14:04 +0000
committerChris Lattner <sabre@nondot.org>2004-02-11 19:14:04 +0000
commitd6a556b3fdad63f3eefb8f48f044929fd17d8c0d (patch)
treecc2f7284ed45aac2d7b76efd9dd03dd6baf507ca /lib/Analysis/ProfileInfoLoaderPass.cpp
parent0afbc2f511e900e8a3ddfbc8431264a6bf788548 (diff)
Cosmetic improvements to this option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ProfileInfoLoaderPass.cpp')
-rw-r--r--lib/Analysis/ProfileInfoLoaderPass.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp
index be95669879..dab4b0e53c 100644
--- a/lib/Analysis/ProfileInfoLoaderPass.cpp
+++ b/lib/Analysis/ProfileInfoLoaderPass.cpp
@@ -21,7 +21,8 @@ using namespace llvm;
namespace {
cl::opt<std::string>
ProfileInfoFilename("profile-info-file", cl::init("llvmprof.out"),
- cl::desc(""));
+ cl::value_desc("filename"),
+ cl::desc("Profile file loaded by -profile-loader"));
class LoaderPass : public Pass, public ProfileInfo {
std::string Filename;