This is an archive of the discontinued LLVM Phabricator instance.

Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC.
ClosedPublic

Authored by aheejin on May 31 2018, 4:08 PM.

Details

Summary

getEHScopeMembership() function is used not only for funclet-based
EHs; they apply to all EH schemes that use the scoped IR
(catchpad/cleanuppad/...). D47005 (rL333045) changed some of the uses of
the term 'funclet' to 'EH scopes' in case they apply to all scoped EH,
and this fixes more of them. For FuncletLayout pass, I left it as is
because the pass is only used for funclet-based EH.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.May 31 2018, 4:08 PM
aheejin retitled this revision from Change ambiguous uses of term 'funclet' to 'EH scopes' to Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC..May 31 2018, 4:09 PM
aheejin edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 31 2018, 4:59 PM
aheejin edited the summary of this revision. (Show Details)May 31 2018, 5:06 PM
This revision was automatically updated to reflect the committed changes.