- Somehow I forgot about one / une.
[oota-llvm.git] / lib / Transforms / Utils / BasicInliner.cpp
index a3f294d34212d81c07571ca8b319d89252e31a91..5c2c6989b71611d5dfe267ca68d52fa4d0a3562b 100644 (file)
 
 using namespace llvm;
 
-namespace {
-  static cl::opt<unsigned>     
-  BasicInlineThreshold("inline-threshold", cl::Hidden, cl::init(200),
-                       cl::desc("Control the amount of basic inlining to perform (default = 200)"));
-}
+static cl::opt<unsigned>     
+BasicInlineThreshold("inline-threshold", cl::Hidden, cl::init(200),
+                     cl::desc("Control the amount of basic inlining to perform (default = 200)"));
 
 namespace llvm {