summaryrefslogtreecommitdiff
path: root/include/llvm/IR
diff options
context:
space:
mode:
authorErik Verbruggen <erikjv@me.com>2014-03-11 09:32:50 +0000
committerErik Verbruggen <erikjv@me.com>2014-03-11 09:32:50 +0000
commitd4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc (patch)
treee58f3711d4def280474473e6cfb169193f0c5bcf /include/llvm/IR
parentafe381c0a9a49941f68b8ac34b9449ff120de5ab (diff)
downloadllvm-d4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc.tar.gz
llvm-d4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc.tar.bz2
llvm-d4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc.tar.xz
Fix fixme: remove unused method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8
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 {