diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-07-07 05:42:27 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-07-07 05:42:27 +0000 |
| commit | 8870ce951d3f545edc8a5ce89ce3e7cdbf38eb25 (patch) | |
| tree | 0c24058d2abd80c6951ccca41215d9e2c7adc5f7 /lib/CodeGen/MachineLICM.cpp | |
| parent | 990f032907ae171cc3d465a694e8e6d2a6545f57 (diff) | |
Prevent option name conflict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineLICM.cpp')
| -rw-r--r-- | lib/CodeGen/MachineLICM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index 7f48ab5499..758f42a3f5 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/lib/CodeGen/MachineLICM.cpp @@ -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(); } |
