[llvm-commits] CVS: llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 11 13:15:02 PST 2004
Changes in directory llvm/lib/Analysis:
ProfileInfoLoaderPass.cpp updated: 1.2 -> 1.3
---
Log message:
Cosmetic improvements to this option.
---
Diffs of the changes: (+2 -1)
Index: llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
diff -u llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.2 llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.3
--- llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.2 Wed Feb 11 12:21:05 2004
+++ llvm/lib/Analysis/ProfileInfoLoaderPass.cpp Wed Feb 11 13:14:04 2004
@@ -21,7 +21,8 @@
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;
More information about the llvm-commits
mailing list