This is an archive of the discontinued LLVM Phabricator instance.

[WinEH] Rename CatchReturnInst::getParentPad, NFC
ClosedPublic

Authored by JosephTremoulet on Jan 15 2016, 7:26 AM.

Details

Summary

Rename to getCatchSwitchParentPad, to make it more clear which ancestor
the "parent" in question is. Add a comment pointing out the key feature
that the returned pad indicates which funclet contains the successor
block.

Diff Detail

Event Timeline

JosephTremoulet retitled this revision from to [WinEH] Rename CatchReturnInst::getParentPad, NFC.
JosephTremoulet updated this object.
JosephTremoulet added a subscriber: llvm-commits.
majnemer accepted this revision.Jan 15 2016, 7:33 AM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 15 2016, 7:33 AM