Clean up the use of static and anonymous namespaces. This turned up
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
index 5d7f9018542c512792495da687d8bd6ffa7a97b1..4234bd9d8c715f9cbf4c7bbbaebad87c604d393e 100644 (file)
 #include <cstring>
 using namespace llvm;
 
+namespace {
+
 static struct RegisterInterp {
   RegisterInterp() { Interpreter::Register(); }
 } InterpRegistrator;
 
+}
+
 namespace llvm {
   void LinkInInterpreter() {
   }