From 6a2da37c0e867e1adf80a592c152a6246f63ee5b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 May 2008 01:53:16 +0000 Subject: Make several variable declarations static. llvm-svn: 50696 --- llvm/lib/Transforms/Utils/BasicInliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils') diff --git a/llvm/lib/Transforms/Utils/BasicInliner.cpp b/llvm/lib/Transforms/Utils/BasicInliner.cpp index 59deef54d9b..a3f294d3421 100644 --- a/llvm/lib/Transforms/Utils/BasicInliner.cpp +++ b/llvm/lib/Transforms/Utils/BasicInliner.cpp @@ -27,7 +27,7 @@ using namespace llvm; namespace { - cl::opt + static cl::opt BasicInlineThreshold("inline-threshold", cl::Hidden, cl::init(200), cl::desc("Control the amount of basic inlining to perform (default = 200)")); } -- cgit v1.2.3