[PATCH] D37575: [BasicBlock] add new function removeEdge()

Brian Rzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 08:19:10 PDT 2017


brzycki updated this revision to Diff 114368.
brzycki added a comment.

Fixed formatting comments recommended by @kuhar .

Fixed a corner-case bug when Invoke instructions have the same Normal and Unwind destination and DT is updated.


https://reviews.llvm.org/D37575

Files:
  llvm/include/llvm/IR/BasicBlock.h
  llvm/lib/IR/BasicBlock.cpp
  llvm/unittests/IR/BasicBlockRemoveEdgeTest.cpp
  llvm/unittests/IR/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37575.114368.patch
Type: text/x-patch
Size: 44910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/3010e9ec/attachment.bin>


More information about the llvm-commits mailing list