[llvm-commits] [llvm] r122693 - /llvm/trunk/include/llvm/Analysis/Dominators.h

Cameron Zwarich zwarich at apple.com
Sun Jan 2 04:37:22 PST 2011


Author: zwarich
Date: Sun Jan  2 06:37:22 2011
New Revision: 122693

URL: http://llvm.org/viewvc/llvm-project?rev=122693&view=rev
Log:
Remove an unused member function.

Modified:
    llvm/trunk/include/llvm/Analysis/Dominators.h

Modified: llvm/trunk/include/llvm/Analysis/Dominators.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/Dominators.h?rev=122693&r1=122692&r2=122693&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/Dominators.h (original)
+++ llvm/trunk/include/llvm/Analysis/Dominators.h Sun Jan  2 06:37:22 2011
@@ -301,9 +301,6 @@
     : 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 {





More information about the llvm-commits mailing list