diff --git a/include/llvm/IR/Dominators.h b/include/llvm/IR/Dominators.h index 987ff1944e3..86bbe391ea2 100644 --- a/include/llvm/IR/Dominators.h +++ b/include/llvm/IR/Dominators.h @@ -69,10 +69,6 @@ public: DominatorTree() : DominatorTreeBase(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 {