From d6a556b3fdad63f3eefb8f48f044929fd17d8c0d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 11 Feb 2004 19:14:04 +0000 Subject: [PATCH] Cosmetic improvements to this option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ProfileInfoLoaderPass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1