summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/InlineCost.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-09 22:43:37 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-09 22:43:37 +0000
commitb5a158bab81b0b3f15d409fc433e706f8e885375 (patch)
treeef440ea93ba1f8de07a6663f8265526cd0cebee5 /include/llvm/Analysis/InlineCost.h
parent9e5d87d568498db251de19cd3c26d02cc74bb2e1 (diff)
downloadllvm-b5a158bab81b0b3f15d409fc433e706f8e885375.tar.gz
llvm-b5a158bab81b0b3f15d409fc433e706f8e885375.tar.bz2
llvm-b5a158bab81b0b3f15d409fc433e706f8e885375.tar.xz
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 'include/llvm/Analysis/InlineCost.h')
-rw-r--r--include/llvm/Analysis/InlineCost.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h
index f0e97d7a18..84acd7d5fe 100644
--- a/include/llvm/Analysis/InlineCost.h
+++ b/include/llvm/Analysis/InlineCost.h
@@ -179,11 +179,6 @@ namespace llvm {
void resetCachedCostInfo(Function* Caller) {
CachedFunctionInfo[Caller] = FunctionInfo();
}
-
- /// growCachedCostInfo - update the cached cost info for Caller after Callee
- /// has been inlined. If Callee is NULL it means a dead call has been
- /// eliminated.
- void growCachedCostInfo(Function* Caller, Function* Callee);
};
}