mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 22:32:47 +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));
|
cl::init(true));
|
||||||
|
|
||||||
RegisterPass<SimpleRegisterCoalescing>
|
RegisterPass<SimpleRegisterCoalescing>
|
||||||
X("simple-register-coalescing",
|
X("simple-register-coalescing", "Simple Register Coalescing");
|
||||||
"Simple register coalescing to eliminate all possible register copies");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const PassInfo *llvm::SimpleRegisterCoalescingID = X.getPassInfo();
|
const PassInfo *llvm::SimpleRegisterCoalescingID = X.getPassInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user