Factor local liveness computation out into its own function.
[oota-llvm.git] / lib / CodeGen / MachineLICM.cpp
index 7f48ab5499f798bf97c50d05cfcab95a82e6cb18..758f42a3f5d9d4c327fec5e693d31ca91a3e24c9 100644 (file)
@@ -154,7 +154,7 @@ namespace {
 
 char MachineLICM::ID = 0;
 static RegisterPass<MachineLICM>
-X("machine-licm", "Machine Loop Invariant Code Motion");
+X("machinelicm", "Machine Loop Invariant Code Motion");
 
 FunctionPass *llvm::createMachineLICMPass() { return new MachineLICM(); }