[llvm] r203552 - Fix fixme: remove unused method.
Erik Verbruggen
erikjv at me.com
Tue Mar 11 02:32:50 PDT 2014
Author: erikjv
Date: Tue Mar 11 04:32:50 2014
New Revision: 203552
URL: http://llvm.org/viewvc/llvm-project?rev=203552&view=rev
Log:
Fix fixme: remove unused method.
Modified:
llvm/trunk/include/llvm/IR/Dominators.h
Modified: llvm/trunk/include/llvm/IR/Dominators.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Dominators.h?rev=203552&r1=203551&r2=203552&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Dominators.h (original)
+++ llvm/trunk/include/llvm/IR/Dominators.h Tue Mar 11 04:32:50 2014
@@ -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 {
More information about the llvm-commits
mailing list