Fix fixme: remove unused method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Erik Verbruggen 2014-03-11 09:32:50 +00:00
parent afe381c0a9
commit d4b9957d1f

View File

@ -69,10 +69,6 @@ public:
DominatorTree() : DominatorTreeBase<BasicBlock>(false) {}
// FIXME: This is no longer needed and should be removed when its uses are
// cleaned up.
Base& getBase() { return *this; }
/// \brief Returns *false* if the other dominator tree matches this dominator
/// tree.
inline bool compare(const DominatorTree &Other) const {