Change this back so that I get stable numbers to reflect the change from the

nightly testers


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-09 08:05:23 +00:00
parent 8db573e190
commit a8e475093a

View File

@ -193,7 +193,7 @@ int SimpleInliner::getInlineCost(CallSite CS) {
// make it almost guaranteed to be inlined.
//
if (Callee->hasInternalLinkage() && Callee->hasOneUse())
InlineCost -= 5000;
InlineCost -= 30000;
// Get information about the callee...
FunctionInfo &CalleeFI = CachedFunctionInfo[Callee];