mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
shorten this name
llvm-svn: 40843
This commit is contained in:
parent
6d8e77a703
commit
bc90e7255f
@ -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