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 | 31376589fcfc44bd3e17ab514d5569bd771d156f (patch) | |
tree | 0c24058d2abd80c6951ccca41215d9e2c7adc5f7 /lib/CodeGen/MachineLICM.cpp | |
parent | 6627c56987be5203d44db5e3206f4a4f2b1bbe71 (diff) | |
download | external_llvm-31376589fcfc44bd3e17ab514d5569bd771d156f.zip external_llvm-31376589fcfc44bd3e17ab514d5569bd771d156f.tar.gz external_llvm-31376589fcfc44bd3e17ab514d5569bd771d156f.tar.bz2 |
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 7f48ab5..758f42a 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(); } |