[PATCH] D47005: [WebAssembly] Add MachineBasicBlock::isEHScopeEntry & setIsEHScopeEntry

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 05:02:24 PDT 2018


aheejin updated this revision to Diff 147479.
aheejin added a comment.

- getScopeMembership -> getEHScopeMembership


Repository:
  rL LLVM

https://reviews.llvm.org/D47005

Files:
  include/llvm/CodeGen/Analysis.h
  include/llvm/CodeGen/MachineBasicBlock.h
  include/llvm/CodeGen/MachineFunction.h
  lib/CodeGen/Analysis.cpp
  lib/CodeGen/BranchFolding.cpp
  lib/CodeGen/FuncletLayout.cpp
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47005.147479.patch
Type: text/x-patch
Size: 11679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180518/ee787bd9/attachment.bin>


More information about the llvm-commits mailing list