[llvm] [RFC][TableGen] Restructure TableGen Source (PR #80847)
    Pierre van Houtryve via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  7 02:20:12 PST 2024
    
    
  
================
@@ -1262,14 +1262,14 @@ void AsmWriterEmitter::EmitPrintAliasInstruction(raw_ostream &O) {
         << "    break;\n";
     }
     O << "  }\n";
-  }    
+  }
----------------
Pierre-vh wrote:
Sure, I'll clang format the whole folder and create a PR for it.
https://github.com/llvm/llvm-project/pull/80847
    
    
More information about the llvm-commits
mailing list