[llvm] [GenericDomTree][NFC] Use llvm algorithms (PR #97104)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 15:42:31 PDT 2024


================
@@ -65,7 +65,7 @@ template <class NodeT> class DomTreeNodeBase {
   mutable unsigned DFSNumIn = ~0;
   mutable unsigned DFSNumOut = ~0;
 
- public:
----------------
dwblaikie wrote:

Remove unrelated formatting? (here and elsewhere)

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


More information about the llvm-commits mailing list