mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Tidy up. Add a '.' at the end of the sentence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155024 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28b810e9e4
commit
5bd9e0dd02
@ -32,7 +32,7 @@ RegisterInfoEmitter::runEnums(raw_ostream &OS,
|
||||
CodeGenTarget &Target, CodeGenRegBank &Bank) {
|
||||
const std::vector<CodeGenRegister*> &Registers = Bank.getRegisters();
|
||||
|
||||
// Register enums are stored as uint16_t in the tables. Make sure we'll fit
|
||||
// Register enums are stored as uint16_t in the tables. Make sure we'll fit.
|
||||
assert(Registers.size() <= 0xffff && "Too many regs to fit in tables");
|
||||
|
||||
std::string Namespace = Registers[0]->TheDef->getValueAsString("Namespace");
|
||||
|
Loading…
Reference in New Issue
Block a user