[PATCH] D34427: [Dominators] Move helper functions into SemiNCAInfo
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 16:12:34 PDT 2017
kuhar created this revision.
Helper functions (DFSPass, ReverseDFSPass, Eval) need SemiNCAInfo anyway, so it's simpler to have them there as member functions. This also makes them simpler by removing template boilerplate.
https://reviews.llvm.org/D34427
Files:
include/llvm/Support/GenericDomTreeConstruction.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34427.103286.patch
Type: text/x-patch
Size: 8310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/6b627b65/attachment-0001.bin>
More information about the llvm-commits
mailing list