[PATCH] D34527: [Dominators] Rearrange access specifiers in DominatorTreeBase

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 13:11:11 PDT 2017


kuhar created this revision.

This patch makes DominatorTreeBase more readable by putting most important members on top of the class.

Before, the class looked like that: private -> protected (including data members) -> public -> protected.
The patch changes it to: protected (data members only) -> public -> protected -> public.


https://reviews.llvm.org/D34527

Files:
  include/llvm/Support/GenericDomTree.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34527.103617.patch
Type: text/x-patch
Size: 7598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170622/9ef5cebe/attachment.bin>


More information about the llvm-commits mailing list