summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-06 01:53:16 +0000
committerDan Gohman <gohman@apple.com>2008-05-06 01:53:16 +0000
commit6a2da37c0e867e1adf80a592c152a6246f63ee5b (patch)
tree4a1798a684cdbcae48d13065f3612a518dd7fb91 /llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
parenta8b7e78f542cd9ba3a992d0d3687d108a8a4ffa9 (diff)
downloadbcm5719-llvm-6a2da37c0e867e1adf80a592c152a6246f63ee5b.tar.gz
bcm5719-llvm-6a2da37c0e867e1adf80a592c152a6246f63ee5b.zip
Make several variable declarations static.
llvm-svn: 50696
Diffstat (limited to 'llvm/lib/Analysis/ProfileInfoLoaderPass.cpp')
-rw-r--r--llvm/lib/Analysis/ProfileInfoLoaderPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp b/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
index 07d96821aba..e7612e1d821 100644
--- a/llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
+++ b/llvm/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"));
OpenPOWER on IntegriCloud