kuhar added inline comments.
================
Comment at: lib/Transforms/Utils/Local.cpp:247
+ if (DT)
+ Updates.push_back({DominatorTree::Delete, BB, Succ});
+ }
----------------
Same as with the other deletions.
https://reviews.llvm.org/D42114