[PATCH] D47005: [WebAssembly] Add MachineBasicBlock::isEHScopeEntry & setIsEHScopeEntry
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 13:02:33 PDT 2018
dschuff added inline comments.
================
Comment at: include/llvm/CodeGen/MachineBasicBlock.h:387
+
/// Returns true if this is the entry block of an EH funclet.
bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
----------------
Is this comment the right place to note the difference between and EH scope and EH funclet in the IR? Is an EH funclet just a scope that will become outlined?
Repository:
rL LLVM
https://reviews.llvm.org/D47005
More information about the llvm-commits
mailing list