From 050fe638a5e543674133af6abceb1f0967b84134 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Fri, 7 Dec 2007 04:04:55 +0000 Subject: Fix a stupid error that Chris pointed out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44674 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineLoopInfo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/CodeGen') diff --git a/include/llvm/CodeGen/MachineLoopInfo.h b/include/llvm/CodeGen/MachineLoopInfo.h index 6f1dd86..4102b90 100644 --- a/include/llvm/CodeGen/MachineLoopInfo.h +++ b/include/llvm/CodeGen/MachineLoopInfo.h @@ -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(); } -- cgit v1.1