Fix build error.
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
index 6421396faac1ef3fb87074f96f47dd7c2913b38d..d62eb962a3e3f091abd7b0a46569ecef9e379d1b 100644 (file)
@@ -28,9 +28,9 @@ using namespace llvm::dwarf;
 
 // Handle the Pass registration stuff necessary to use TargetData's.
 namespace {
-  const int MachineModuleInfo::ID = 0;
   RegisterPass<MachineModuleInfo> X("machinemoduleinfo", "Module Information");
 }
+const int MachineModuleInfo::ID = 0;
 
 //===----------------------------------------------------------------------===//