Reorder methods alphabetically. No functionality change.
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
index ac3df435008a59d93b771389aa8d79aee386af0c..68ddb7b3f47311b592fcb4844b084948c534c205 100644 (file)
@@ -26,7 +26,7 @@ char MachineLoopInfo::ID = 0;
 static RegisterPass<MachineLoopInfo>
 X("machine-loops", "Machine Natural Loop Construction", true);
 
-const PassInfo *llvm::MachineLoopInfoID = X.getPassInfo();
+const PassInfo *const llvm::MachineLoopInfoID = &X;
 
 bool MachineLoopInfo::runOnMachineFunction(MachineFunction &) {
   releaseMemory();