1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Cosmetic improvements to this option.

llvm-svn: 11331
This commit is contained in:
Chris Lattner 2004-02-11 19:14:04 +00:00
parent f6636c791e
commit ffd9c8a00b

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;