aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-12-07 04:04:55 +0000
committerOwen Anderson <resistor@mac.com>2007-12-07 04:04:55 +0000
commit050fe638a5e543674133af6abceb1f0967b84134 (patch)
treebc0c05593f58e6e80a26f5233c097c2c2f1c7845 /include/llvm/CodeGen
parenta97159336d383a360378deb5b15eeb7902b4fd8c (diff)
downloadexternal_llvm-050fe638a5e543674133af6abceb1f0967b84134.zip
external_llvm-050fe638a5e543674133af6abceb1f0967b84134.tar.gz
external_llvm-050fe638a5e543674133af6abceb1f0967b84134.tar.bz2
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')
-rw-r--r--include/llvm/CodeGen/MachineLoopInfo.h2
1 files changed, 0 insertions, 2 deletions
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(); }