[PATCH] D34305: [Dominators] Move InfoRec outside of DominatorTreeBase
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 16:46:00 PDT 2017
kuhar created this revision.
The InfoRec struct is used only during tree construction, so there is no point having it as a DominatorTreeBase member.
This patch moves it into the Calculate function instead and makes it pass it to its helper functions.
Repository:
rL LLVM
https://reviews.llvm.org/D34305
Files:
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34305.102905.patch
Type: text/x-patch
Size: 11335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/cee44f88/attachment.bin>
More information about the llvm-commits
mailing list