mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-13 20:25:12 +00:00
Fix fixme: remove unused method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -69,10 +69,6 @@ public:
|
|||||||
|
|
||||||
DominatorTree() : DominatorTreeBase<BasicBlock>(false) {}
|
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
|
/// \brief Returns *false* if the other dominator tree matches this dominator
|
||||||
/// tree.
|
/// tree.
|
||||||
inline bool compare(const DominatorTree &Other) const {
|
inline bool compare(const DominatorTree &Other) const {
|
||||||
|
Reference in New Issue
Block a user