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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 04:59:33 PDT 2018


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

- funclets -> scopes in comments / strings


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.147475.patch
Type: text/x-patch
Size: 11657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180518/f258f576/attachment.bin>


More information about the llvm-commits mailing list