summaryrefslogtreecommitdiff
path: root/include/llvm/IR
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR')
-rw-r--r--include/llvm/IR/Dominators.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/Dominators.h b/include/llvm/IR/Dominators.h
index 987ff1944e..86bbe391ea 100644
--- a/include/llvm/IR/Dominators.h
+++ b/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 {