================
@@ -73,7 +73,12 @@ class ConvergenceRegion {
Entry(std::move(CR.Entry)), Exits(std::move(CR.Exits)),
Blocks(std::move(CR.Blocks)) {}
+ // Destructor.
----------------
maarquitos14 wrote:
Agreed.
https://github.com/llvm/llvm-project/pull/152005