Increase default inlining aggressiveness in partial
authorDale Johannesen <dalej@apple.com>
Sun, 11 Jan 2009 23:11:00 +0000 (23:11 +0000)
committerDale Johannesen <dalej@apple.com>
Sun, 11 Jan 2009 23:11:00 +0000 (23:11 +0000)
commitc3443718540c6662f7502feb76849cf816baaa9f
tree6ce5b2ce8e3bfa886921ba128b294d723c44bb53
parent0e182c39623a23dae76f075f8e6e5cf5629a19ac
Increase default inlining aggressiveness in partial
compensation for turning off gcc's inliner.  This gets
us closer to the amount of inlining we were getting before.
It is not a win on everything, of course, but seems to
gain overall.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62058 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Inliner.cpp