[llvm] [ADT] Fix a bug in EquivalenceClasses::erase (PR #161121)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 02:40:03 PDT 2025


================
@@ -258,7 +258,8 @@ template <class ElemTy> class EquivalenceClasses {
         // If the current element is the last element(not leader), set the
         // successor of the current element's predecessor to null, and set
----------------
fhahn wrote:

this needs updating

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


More information about the llvm-commits mailing list