aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SimpleRegisterCoalescing.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-05 18:45:33 +0000
committerChris Lattner <sabre@nondot.org>2007-08-05 18:45:33 +0000
commite76fad2ceb19f975f29cd1fb110866a6d802d8a6 (patch)
tree2625965e1ef76659f4adfffd0b8c1924597f1d0e /lib/CodeGen/SimpleRegisterCoalescing.cpp
parenta9ff5eb76edcc6303fe33d11b1867ad4c0395579 (diff)
shorten this name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SimpleRegisterCoalescing.cpp')
-rw-r--r--lib/CodeGen/SimpleRegisterCoalescing.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SimpleRegisterCoalescing.cpp b/lib/CodeGen/SimpleRegisterCoalescing.cpp
index a928693b97..a3f8ccac20 100644
--- a/lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/lib/CodeGen/SimpleRegisterCoalescing.cpp
@@ -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();