[llvm] [NFC][LLVM][CodeGen] Refactor MIR Printer (PR #137361)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 25 15:27:51 PDT 2025


================
@@ -537,6 +537,9 @@ class ListSeparator {
     }
     return Separator;
   }
+
+  // Enables the use of same ListSeparator object for multiple lists.
+  void reset() { First = true; }
----------------
jurahul wrote:

Done.

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


More information about the llvm-commits mailing list