Remove terminating dot in description. Inconsistency pointed

out by Russell Wallace.

llvm-svn: 96579
This commit is contained in:
Duncan Sands 2010-02-18 14:10:41 +00:00
parent ca05b607b7
commit 80083e741f

View File

@ -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>