[llvm-commits] [llvm] r44674 - /llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h

Owen Anderson resistor at mac.com
Thu Dec 6 20:04:55 PST 2007


Author: resistor
Date: Thu Dec  6 22:04:55 2007
New Revision: 44674

URL: http://llvm.org/viewvc/llvm-project?rev=44674&view=rev
Log:
Fix a stupid error that Chris pointed out.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h?rev=44674&r1=44673&r2=44674&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineLoopInfo.h Thu Dec  6 22:04:55 2007
@@ -123,8 +123,6 @@
   /// runOnFunction - Calculate the natural loop information.
   ///
   virtual bool runOnMachineFunction(MachineFunction &F);
-  
-  bool runOnFunction(Function& F) { return false; }
 
   virtual void releaseMemory() { LI->releaseMemory(); }
 





More information about the llvm-commits mailing list