summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Inliner.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/Transforms/IPO/Inliner.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/Transforms/IPO/Inliner.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/Inliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/Inliner.cpp b/llvm/lib/Transforms/IPO/Inliner.cpp
index cb21b79bb2e..f44e78429b6 100644
--- a/llvm/lib/Transforms/IPO/Inliner.cpp
+++ b/llvm/lib/Transforms/IPO/Inliner.cpp
@@ -31,7 +31,7 @@ STATISTIC(NumInlined, "Number of functions inlined");
STATISTIC(NumDeleted, "Number of functions deleted because all callers found");
namespace {
- cl::opt<int>
+ static cl::opt<int>
InlineLimit("inline-threshold", cl::Hidden, cl::init(200),
cl::desc("Control the amount of inlining to perform (default = 200)"));
}
OpenPOWER on IntegriCloud