[llvm] [NFC][TableGen] Code cleanup in CodeGenMapTable `EmitMapTable` (PR #126157)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 08:10:32 PST 2025
================
@@ -491,14 +487,16 @@ void MapTableEmitter::emitTablesWithFunc(raw_ostream &OS) {
// Emit rest of the function body.
emitMapFuncBody(OS, TableSize);
+
+ OS << "}\n\n";
----------------
jurahul wrote:
moved because opening { for function body is added in this function, so makes sense to add the closing brace here as well.
https://github.com/llvm/llvm-project/pull/126157
More information about the llvm-commits
mailing list