[PATCH] D48383: [Dominators] Add the DomTreeUpdater class

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 08:16:49 PDT 2018


NutshellySima updated this revision to Diff 153326.
NutshellySima added a comment.

1. Address comments - Modify document of `validateDeleteBB(BasicBlock *DelBB)`.
2. Fix some typos.
3. Remove an unimplemented function.


https://reviews.llvm.org/D48383

Files:
  include/llvm/IR/DomTreeUpdater.h
  lib/IR/CMakeLists.txt
  lib/IR/DomTreeUpdater.cpp
  unittests/IR/CMakeLists.txt
  unittests/IR/DomTreeUpdaterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48383.153326.patch
Type: text/x-patch
Size: 53745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180628/d528d57a/attachment.bin>


More information about the llvm-commits mailing list