mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Cosmetic improvements to this option.
llvm-svn: 11331
This commit is contained in:
parent
f6636c791e
commit
ffd9c8a00b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user