This is an archive of the discontinued LLVM Phabricator instance.

[WinEH] Fix catchpad pred verification
ClosedPublic

Authored by JosephTremoulet on Jan 8 2016, 1:07 PM.

Details

Summary

The code was simply ensuring that the catchpad's pred is its catchswitch,
which was letting cases slip through where the flow edge was the unwind
edge of the catchswitch rather than one of its catch clauses.

Diff Detail

Event Timeline

JosephTremoulet retitled this revision from to [WinEH] Fix catchpad pred verification.
JosephTremoulet updated this object.
JosephTremoulet added a subscriber: llvm-commits.
majnemer accepted this revision.Jan 8 2016, 1:11 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 8 2016, 1:11 PM