summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/IR/Dominators.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/IR/Dominators.h b/llvm/include/llvm/IR/Dominators.h
index 987ff1944e3..86bbe391ea2 100644
--- a/llvm/include/llvm/IR/Dominators.h
+++ b/llvm/include/llvm/IR/Dominators.h
@@ -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 {
OpenPOWER on IntegriCloud