shorten this name
authorChris Lattner <sabre@nondot.org>
Sun, 5 Aug 2007 18:45:33 +0000 (18:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Aug 2007 18:45:33 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40843 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SimpleRegisterCoalescing.cpp

index a928693b97b072d752e4fee6416ca6fd900b7df4..a3f8ccac20c4022f189339784c286cd09042f128 100644 (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();