forked from OSchip/llvm-project
[TableGen] Fix bad indentation in tablegen output file.
llvm-svn: 330801
This commit is contained in:
parent
5fa86378aa
commit
773ead2908
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue