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:
Chris Lattner 2007-08-05 18:45:33 +00:00
parent a9ff5eb76e
commit e76fad2ceb

View File

@ -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();