1
0
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:
Chris Lattner 2007-08-05 18:45:33 +00:00
parent 6d8e77a703
commit bc90e7255f

View File

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