diff options
| author | Erik Verbruggen <erikjv@me.com> | 2014-03-11 09:32:50 +0000 |
|---|---|---|
| committer | Erik Verbruggen <erikjv@me.com> | 2014-03-11 09:32:50 +0000 |
| commit | 1d95d18edd8627dc2fa706cb0d82e2a94e7f41fe (patch) | |
| tree | ec59e2ede5fe97bab5e3a17b1245513f5bc986d5 | |
| parent | c580af96fac3ecb374ca82ae6a0a8caba6a44d33 (diff) | |
| download | bcm5719-llvm-1d95d18edd8627dc2fa706cb0d82e2a94e7f41fe.tar.gz bcm5719-llvm-1d95d18edd8627dc2fa706cb0d82e2a94e7f41fe.zip | |
Fix fixme: remove unused method.
llvm-svn: 203552
| -rw-r--r-- | llvm/include/llvm/IR/Dominators.h | 4 |
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 { |

