From: Chris Lattner Date: Wed, 11 Feb 2004 19:14:04 +0000 (+0000) Subject: Cosmetic improvements to this option. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d6a556b3fdad63f3eefb8f48f044929fd17d8c0d;p=oota-llvm.git 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 be956698793..dab4b0e53c5 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp @@ -21,7 +21,8 @@ using namespace llvm; namespace { cl::opt 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;