summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-02-18 14:10:41 +0000
committerDuncan Sands <baldrick@free.fr>2010-02-18 14:10:41 +0000
commit1804b4f9ebe34f9e076f5947c73568189f1834fa (patch)
treedbb4a8ae58e06710d27af8c2b45655ae06502f37 /llvm/lib/CodeGen
parent142b9edaf12346d77e5d58ab0b6bee821d6de458 (diff)
downloadbcm5719-llvm-1804b4f9ebe34f9e076f5947c73568189f1834fa.tar.gz
bcm5719-llvm-1804b4f9ebe34f9e076f5947c73568189f1834fa.zip
Remove terminating dot in description. Inconsistency pointed
out by Russell Wallace. llvm-svn: 96579
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAllocPBQP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp
index d09e1bc4850..81cfd8f0bbd 100644
--- a/llvm/lib/CodeGen/RegAllocPBQP.cpp
+++ b/llvm/lib/CodeGen/RegAllocPBQP.cpp
@@ -57,7 +57,7 @@
using namespace llvm;
static RegisterRegAlloc
-registerPBQPRepAlloc("pbqp", "PBQP register allocator.",
+registerPBQPRepAlloc("pbqp", "PBQP register allocator",
llvm::createPBQPRegisterAllocator);
static cl::opt<bool>
OpenPOWER on IntegriCloud