Cosmetic improvements to this option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-11 19:14:04 +00:00
parent 0afbc2f511
commit d6a556b3fd

View File

@ -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;