Remove an unused member function.
authorCameron Zwarich <zwarich@apple.com>
Sun, 2 Jan 2011 12:37:22 +0000 (12:37 +0000)
committerCameron Zwarich <zwarich@apple.com>
Sun, 2 Jan 2011 12:37:22 +0000 (12:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122693 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Dominators.h

index 71f26b1f22106347d5b9551ec4255abffe6cf52d..be7a1e58ff267fcaf5467a278cd4f0cb92bac33b 100644 (file)
@@ -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 {