OSDN Git Service

[Dominators] Remove DominatorBase class
authorJakub Kuderski <kubakuderski@gmail.com>
Thu, 29 Jun 2017 17:50:19 +0000 (17:50 +0000)
committerJakub Kuderski <kubakuderski@gmail.com>
Thu, 29 Jun 2017 17:50:19 +0000 (17:50 +0000)
commitde342018a6fbe9efd0058865c599f1814c2a323c
treef0a474ef891d291f8cde38352e2c672a2fb6165a
parent6352868d7846e8a572c24da75b420cd17a124734
[Dominators] Remove DominatorBase class

Summary:
DominatorBase class was only used by DominatorTreeBase. It didn't provide any useful abstractions, nor simplified anything, so I see no point keeping it.

This commit removes the DominatorBase class and moves its content into DominatorTreeBase.

This is the first patch in a series that tries to make all DomTrees have a single virtual root, which will allow to further simplify code (especially when it comes to incremental updates).

Reviewers: dberlin, sanjoy, chandlerc

Reviewed By: dberlin

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D34493

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306713 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GenericDomTree.h