When a loop is deleted, immediately release all of the active
LoopPasses for that loop. This avoids trouble with the PassManager trying to call verifyAnalysis on them, and frees up some memory sooner rather than later. llvm-svn: 82945
Loading
Please register or sign in to comment