Clean up the use of static and anonymous namespaces. This turned up
[oota-llvm.git] / lib / Target / MSIL / MSILWriter.cpp
index 187dd4a8af430fdff5cdf66f859c8595f9978ae3..2b7e69e4de08a636646e381875759c21371b782b 100644 (file)
@@ -46,7 +46,7 @@ namespace {
 }
 
 
-RegisterTarget<MSILTarget> X("msil", "  MSIL backend");
+static RegisterTarget<MSILTarget> X("msil", "  MSIL backend");
 
 bool MSILModule::runOnModule(Module &M) {
   ModulePtr = &M;