From 9f035c9fdbde147ed177498bb0fa69b9d3b3bdff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Nov 2004 08:05:23 +0000 Subject: [PATCH] Change this back so that I get stable numbers to reflect the change from the nightly testers llvm-svn: 17646 --- lib/Transforms/IPO/InlineSimple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/InlineSimple.cpp b/lib/Transforms/IPO/InlineSimple.cpp index 770f05c162a..6a43143d87b 100644 --- a/lib/Transforms/IPO/InlineSimple.cpp +++ b/lib/Transforms/IPO/InlineSimple.cpp @@ -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];