commit | 2c37da52902a619dc12b5dd46040fd223ee7d2eb | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue May 06 01:53:16 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue May 06 01:53:16 2008 +0000 |
tree | 06573858cbbfb4ee974e18ae3bd53a600cdcb794 | |
parent | bc8fb445b0410e05248fb1dc6131e9cc293557fe [diff] [blame] |
Make several variable declarations static. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50696 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/ProfileInfoLoaderPass.cpp b/lib/Analysis/ProfileInfoLoaderPass.cpp index 07d9682..e7612e1 100644 --- a/lib/Analysis/ProfileInfoLoaderPass.cpp +++ b/lib/Analysis/ProfileInfoLoaderPass.cpp
@@ -24,7 +24,7 @@ using namespace llvm; namespace { - cl::opt<std::string> + static cl::opt<std::string> ProfileInfoFilename("profile-info-file", cl::init("llvmprof.out"), cl::value_desc("filename"), cl::desc("Profile file loaded by -profile-loader"));