aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Dominators.h
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-01-02 12:37:22 +0000
committerCameron Zwarich <zwarich@apple.com>2011-01-02 12:37:22 +0000
commit86a582ddfb32816e8f0c3068e0765a1e3a364b50 (patch)
tree15f042107743d79d070e8e4c2dbb108d0c99314f /include/llvm/Analysis/Dominators.h
parent449d4e12c9e51d5f1eb759df214306cf285811a0 (diff)
downloadexternal_llvm-86a582ddfb32816e8f0c3068e0765a1e3a364b50.zip
external_llvm-86a582ddfb32816e8f0c3068e0765a1e3a364b50.tar.gz
external_llvm-86a582ddfb32816e8f0c3068e0765a1e3a364b50.tar.bz2
Remove an unused member function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Dominators.h')
-rw-r--r--include/llvm/Analysis/Dominators.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h
index 71f26b1..be7a1e5 100644
--- a/include/llvm/Analysis/Dominators.h
+++ b/include/llvm/Analysis/Dominators.h
@@ -301,9 +301,6 @@ public:
: DominatorBase<NodeT>(isPostDom), DFSInfoValid(false), SlowQueries(0) {}
virtual ~DominatorTreeBase() { reset(); }
- // FIXME: Should remove this
- virtual bool runOnFunction(Function &F) { return false; }
-
/// compare - Return false if the other dominator tree base matches this
/// dominator tree base. Otherwise return true.
bool compare(DominatorTreeBase &Other) const {