[llvm] [TableGen] DecoderEmitter clean-ups and modernization. (PR #84832)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 08:59:28 PDT 2024
================
@@ -1038,27 +1036,28 @@ void DecoderEmitter::emitDecoderFunction(formatted_raw_ostream &OS,
}
OS.indent(Indentation) << "}\n";
Indentation -= 2;
- OS.indent(Indentation) << "}\n\n";
+ OS.indent(Indentation) << "}\n";
}
// Populates the field of the insn given the start position and the number of
----------------
jyknight wrote:
Also here.
https://github.com/llvm/llvm-project/pull/84832
More information about the llvm-commits
mailing list