[TableGen] Fix bad indentation in tablegen output file.

llvm-svn: 330801
This commit is contained in:
Craig Topper 2018-04-25 06:24:51 +00:00
parent 5fa86378aa
commit 773ead2908
1 changed files with 2 additions and 2 deletions

View File

@ -3759,8 +3759,8 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
}
if (!ReportMultipleNearMisses) {
OS << " if (!checkAsmTiedOperandConstraints(it->ConvertFn, Operands, ErrorInfo))\n";
OS << " return Match_InvalidTiedOperand;\n";
OS << " if (!checkAsmTiedOperandConstraints(it->ConvertFn, Operands, ErrorInfo))\n";
OS << " return Match_InvalidTiedOperand;\n";
OS << "\n";
}