Fix fixme: remove unused method.

llvm-svn: 203552
This commit is contained in:
Erik Verbruggen 2014-03-11 09:32:50 +00:00
parent c580af96fa
commit 1d95d18edd
1 changed files with 0 additions and 4 deletions

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 {