[PATCH] D34229: [Dominators] Clean up GenericDomTree.h. NFC.
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 17:57:42 PDT 2017
kuhar created this revision.
This patch cleans up GenericDomTree.h by:
- removing unnecessary <NodeT> in DomTreeNodeBase
- removing unnecessary std::move on bools
- changing type of DFSNumIn/DFSNumOut from int to unsigned (since the members were used as unsigned anyway)
The changes don't affect behavior -- everything works as before.
Repository:
rL LLVM
https://reviews.llvm.org/D34229
Files:
include/llvm/Support/GenericDomTree.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34229.102631.patch
Type: text/x-patch
Size: 6388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/7bc8ca07/attachment.bin>
More information about the llvm-commits
mailing list