projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a971593
)
Fix a stupid error that Chris pointed out.
author
Owen Anderson
<resistor@mac.com>
Fri, 7 Dec 2007 04:04:55 +0000
(
04:04
+0000)
committer
Owen 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineLoopInfo.h
b/include/llvm/CodeGen/MachineLoopInfo.h
index 6f1dd86f7b9199c34031e04383c41e69be38a96b..4102b90681cb22f8337025d1f71ddca6e55aacb3 100644
(file)
--- 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(); }