Fix a stupid error that Chris pointed out.
authorOwen Anderson <resistor@mac.com>
Fri, 7 Dec 2007 04:04:55 +0000 (04:04 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 7 Dec 2007 04:04:55 +0000 (04:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44674 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineLoopInfo.h

index 6f1dd86f7b9199c34031e04383c41e69be38a96b..4102b90681cb22f8337025d1f71ddca6e55aacb3 100644 (file)
@@ -123,8 +123,6 @@ public:
   /// runOnFunction - Calculate the natural loop information.
   ///
   virtual bool runOnMachineFunction(MachineFunction &F);
-  
-  bool runOnFunction(Function& F) { return false; }
 
   virtual void releaseMemory() { LI->releaseMemory(); }