[PATCH] D47611: Change ambiguous uses of term 'funclet' to 'EH scopes'

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 31 16:08:06 PDT 2018


aheejin created this revision.
aheejin added reviewers: dschuff, majnemer.
Herald added a subscriber: llvm-commits.

`getEHScopeMembership` functions are used not only for funclet-based
EHs; they apply to all EH schemes that use the scoped IR
(catchpad/cleanuppad/...). https://reviews.llvm.org/D47005 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.


Repository:
  rL LLVM

https://reviews.llvm.org/D47611

Files:
  lib/CodeGen/Analysis.cpp
  lib/CodeGen/BranchFolding.cpp
  lib/CodeGen/BranchFolding.h
  lib/CodeGen/FuncletLayout.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47611.149379.patch
Type: text/x-patch
Size: 10566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/2030b516/attachment.bin>


More information about the llvm-commits mailing list