[dom] Make the DominatorTreeBase not a dynamic class!
authorChandler Carruth <chandlerc@gmail.com>
Wed, 14 Jan 2015 10:33:21 +0000 (10:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 14 Jan 2015 10:33:21 +0000 (10:33 +0000)
commit4010b7d75a7836aa656d246a412845002aac3dd9
treef88d46305db1cec20154bb1f256bb82b0ff91ba3
parent8c3a02f8fe6df3086735b1b7d9d7f2c6c506c738
[dom] Make the DominatorTreeBase not a dynamic class!

Now that the passes are wrappers around this, we no longer need
a vtable, virtual destructor, and other associated mess. This is
particularly nice to me as this is a class template. =]

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