diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index 7f48ab5499f..758f42a3f5d 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/lib/CodeGen/MachineLICM.cpp @@ -154,7 +154,7 @@ namespace { char MachineLICM::ID = 0; static RegisterPass -X("machine-licm", "Machine Loop Invariant Code Motion"); +X("machinelicm", "Machine Loop Invariant Code Motion"); FunctionPass *llvm::createMachineLICMPass() { return new MachineLICM(); }