strength reduce anonymous namespace to static.
authorChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 22:27:19 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 22:27:19 +0000 (22:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78417 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelEmitter.cpp

index 0802483c8adc7755c681917fb96d896a77abe17d..72c9510d258629a014862d071d0e8fdf5a6c6977 100644 (file)
 #include <iostream>
 using namespace llvm;
 
-namespace {
-  cl::opt<bool>
-  GenDebug("gen-debug", cl::desc("Generate debug code"),
-              cl::init(false));
-}
+static cl::opt<bool>
+GenDebug("gen-debug", cl::desc("Generate debug code"), cl::init(false));
 
 //===----------------------------------------------------------------------===//
 // DAGISelEmitter Helper methods