Clean up the use of static and anonymous namespaces. This turned up
[oota-llvm.git] / lib / CodeGen / MachineDominators.cpp
index 9b53bdb8b3f316cd213ca40569e100123b4e8213..0710c10d967e353b203503902a4a15ea5366c7fb 100644 (file)
@@ -22,9 +22,7 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
 
 char MachineDominatorTree::ID = 0;
 
-namespace {
-  RegisterPass<MachineDominatorTree>
-  E("machinedomtree", "MachineDominator Tree Construction", true);
-}
+static RegisterPass<MachineDominatorTree>
+E("machinedomtree", "MachineDominator Tree Construction", true);
 
 const PassInfo *llvm::MachineDominatorsID = E.getPassInfo();