mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 16:54:12 +00:00
Remove terminating dot in description. Inconsistency pointed
out by Russell Wallace. llvm-svn: 96579
This commit is contained in:
parent
ca05b607b7
commit
80083e741f
@ -57,7 +57,7 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static RegisterRegAlloc
|
static RegisterRegAlloc
|
||||||
registerPBQPRepAlloc("pbqp", "PBQP register allocator.",
|
registerPBQPRepAlloc("pbqp", "PBQP register allocator",
|
||||||
llvm::createPBQPRegisterAllocator);
|
llvm::createPBQPRegisterAllocator);
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user