mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
shorten this name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9ff5eb76e
commit
e76fad2ceb
@ -47,8 +47,7 @@ namespace {
|
||||
cl::init(true));
|
||||
|
||||
RegisterPass<SimpleRegisterCoalescing>
|
||||
X("simple-register-coalescing",
|
||||
"Simple register coalescing to eliminate all possible register copies");
|
||||
X("simple-register-coalescing", "Simple Register Coalescing");
|
||||
}
|
||||
|
||||
const PassInfo *llvm::SimpleRegisterCoalescingID = X.getPassInfo();
|
||||
|
Loading…
Reference in New Issue
Block a user