[llvm] [CodeGen] Port `GCInfoPrinter` to new pass manager (PR #74972)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 18:11:38 PST 2023


================
@@ -43,6 +43,58 @@ class Printer : public FunctionPass {
 
 } // end anonymous namespace
 
+// -----------------------------------------------------------------------------
----------------
boomanaiden154 wrote:

Including comments as breaks between functions within the file isn't part of the LLVM coding style (I'm reasonably sure). Probably best if we keep them out of this patch and wouldn't be a bad idea to remove them from the rest of the file in a seprate patch.

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


More information about the llvm-commits mailing list