mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Tidy up. Add missing newline to generated file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130779 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f35907f66b
commit
b9d5af05fd
@ -2321,7 +2321,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
|
||||
OS << " for (unsigned i = 0; i != " << MaxNumOperands << "; ++i) {\n";
|
||||
OS << " if (i + 1 >= Operands.size()) {\n";
|
||||
OS << " OperandsValid = (it->Classes[i] == " <<"InvalidMatchClass);\n";
|
||||
OS << " break;";
|
||||
OS << " break;\n";
|
||||
OS << " }\n";
|
||||
OS << " if (ValidateOperandClass(Operands[i+1], it->Classes[i]))\n";
|
||||
OS << " continue;\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user