This is an archive of the discontinued LLVM Phabricator instance.

[Dominators] Remove misleading double-deletion test
ClosedPublic

Authored by kuhar on Jan 20 2018, 7:53 AM.

Details

Summary

It's generally not safe to perform multiple DomTree updates without using the incremental API.

Although it is supposed to work in this particular case, the testcase is misleading/confusing, and it's better to remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

kuhar created this revision.Jan 20 2018, 7:53 AM
davide accepted this revision.Jan 20 2018, 8:00 AM
This revision is now accepted and ready to land.Jan 20 2018, 8:00 AM
This revision was automatically updated to reflect the committed changes.