Cosmetic improvements to this option.
authorChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 19:14:04 +0000 (19:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 19:14:04 +0000 (19:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11331 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ProfileInfoLoaderPass.cpp

index be956698793c5b4b0c51ece2001407d4a3cdd50a..dab4b0e53c5eef648a3112c50a26270c11bec60f 100644 (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;