diff options
author | Owen Anderson <resistor@mac.com> | 2007-12-07 04:04:55 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-12-07 04:04:55 +0000 |
commit | 050fe638a5e543674133af6abceb1f0967b84134 (patch) | |
tree | bc0c05593f58e6e80a26f5233c097c2c2f1c7845 /include/llvm/CodeGen/MachineLoopInfo.h | |
parent | a97159336d383a360378deb5b15eeb7902b4fd8c (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/MachineLoopInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineLoopInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineLoopInfo.h b/include/llvm/CodeGen/MachineLoopInfo.h index 6f1dd86f7b..4102b90681 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(); } |