projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afbc2f
)
Cosmetic improvements to this option.
author
Chris Lattner
<sabre@nondot.org>
Wed, 11 Feb 2004 19:14:04 +0000
(19:14 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/ProfileInfoLoaderPass.cpp
b/lib/Analysis/ProfileInfoLoaderPass.cpp
index be956698793c5b4b0c51ece2001407d4a3cdd50a..dab4b0e53c5eef648a3112c50a26270c11bec60f 100644
(file)
--- a/
lib/Analysis/ProfileInfoLoaderPass.cpp
+++ b/
lib/Analysis/ProfileInfoLoaderPass.cpp
@@
-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;