mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Remove terminating dot in description. Inconsistency pointed
out by Russell Wallace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e7ae5ad69
commit
1aecd15bd1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user