[llvm] [RFC][TableGen] Restructure TableGen Source (PR #80847)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 02:05:25 PST 2024


================
@@ -1262,14 +1262,14 @@ void AsmWriterEmitter::EmitPrintAliasInstruction(raw_ostream &O) {
         << "    break;\n";
     }
     O << "  }\n";
-  }    
+  }
----------------
chapuni wrote:

Could you avoid irrelevant partial reformattings?

https://github.com/llvm/llvm-project/pull/80847


More information about the llvm-commits mailing list