diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils')
| -rw-r--r-- | llvm/lib/Transforms/Utils/BasicInliner.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<unsigned>      +  static cl::opt<unsigned>         BasicInlineThreshold("inline-threshold", cl::Hidden, cl::init(200),                         cl::desc("Control the amount of basic inlining to perform (default = 200)"));  } | 

