strength reduce anonymous namespace to static.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-07 22:27:19 +00:00
parent 23510d36ac
commit 3d4ad297c1

View File

@ -23,11 +23,8 @@
#include <iostream> #include <iostream>
using namespace llvm; using namespace llvm;
namespace { static cl::opt<bool>
cl::opt<bool> GenDebug("gen-debug", cl::desc("Generate debug code"), cl::init(false));
GenDebug("gen-debug", cl::desc("Generate debug code"),
cl::init(false));
}
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// DAGISelEmitter Helper methods // DAGISelEmitter Helper methods