[llvm] [TableGen] DecoderEmitter clean-ups and modernization. (PR #84832)
    Jason Eckhardt via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 12 13:41:15 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
----------------
nvjle wrote:
Done.
https://github.com/llvm/llvm-project/pull/84832
    
    
More information about the llvm-commits
mailing list