diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-03-09 22:43:37 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-03-09 22:43:37 +0000 |
commit | b5a158bab81b0b3f15d409fc433e706f8e885375 (patch) | |
tree | ef440ea93ba1f8de07a6663f8265526cd0cebee5 /lib/Transforms/IPO/InlineSimple.cpp | |
parent | 9e5d87d568498db251de19cd3c26d02cc74bb2e1 (diff) |
Revert r98089, it was breaking a clang test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/InlineSimple.cpp')
-rw-r--r-- | lib/Transforms/IPO/InlineSimple.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Transforms/IPO/InlineSimple.cpp b/lib/Transforms/IPO/InlineSimple.cpp index 46cf4b25e4..598043de69 100644 --- a/lib/Transforms/IPO/InlineSimple.cpp +++ b/lib/Transforms/IPO/InlineSimple.cpp @@ -45,9 +45,6 @@ namespace { void resetCachedCostInfo(Function *Caller) { CA.resetCachedCostInfo(Caller); } - void growCachedCostInfo(Function* Caller, Function* Callee) { - CA.growCachedCostInfo(Caller, Callee); - } virtual bool doInitialization(CallGraph &CG); }; } |