mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Tidy up spacing in some tablegen outputs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -477,7 +477,7 @@ void AsmWriterEmitter::EmitPrintInstruction(raw_ostream &O) {
|
||||
|
||||
static void
|
||||
emitRegisterNameString(raw_ostream &O, StringRef AltName,
|
||||
const std::vector<CodeGenRegister*> &Registers) {
|
||||
const std::vector<CodeGenRegister*> &Registers) {
|
||||
SequenceToOffsetTable<std::string> StringTable;
|
||||
SmallVector<std::string, 4> AsmNames(Registers.size());
|
||||
for (unsigned i = 0, e = Registers.size(); i != e; ++i) {
|
||||
@@ -525,7 +525,7 @@ emitRegisterNameString(raw_ostream &O, StringRef AltName,
|
||||
O << "\n ";
|
||||
O << StringTable.get(AsmNames[i]) << ", ";
|
||||
}
|
||||
O << " };\n"
|
||||
O << "\n };\n"
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user