diff options
author | Jakub Kuderski <kubakuderski@gmail.com> | 2017-06-29 17:50:19 +0000 |
---|---|---|
committer | Jakub Kuderski <kubakuderski@gmail.com> | 2017-06-29 17:50:19 +0000 |
commit | 35fca341326a0ae09d961876c3201412e9299721 (patch) | |
tree | cd341a32f5b01ca5a21fedd63565d254eb64088a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 02008c30b5260c63c7beecb6cf0167755ae1a4ca (diff) | |
download | llvm-35fca341326a0ae09d961876c3201412e9299721.zip llvm-35fca341326a0ae09d961876c3201412e9299721.tar.gz llvm-35fca341326a0ae09d961876c3201412e9299721.tar.bz2 |
[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
llvm-svn: 306713
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions