commit | d6a556b3fdad63f3eefb8f48f044929fd17d8c0d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Feb 11 19:14:04 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Feb 11 19:14:04 2004 +0000 |
tree | cc2f7284ed45aac2d7b76efd9dd03dd6baf507ca | |
parent | 0afbc2f511e900e8a3ddfbc8431264a6bf788548 [diff] [blame] |
Cosmetic improvements to this option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11331 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp index be95669..dab4b0e 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp
@@ -21,7 +21,8 @@ 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;