Enable recursive inlining. Reduce inlining threshold
authorDale Johannesen <dalej@apple.com>
Mon, 12 Jan 2009 22:11:50 +0000 (22:11 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 12 Jan 2009 22:11:50 +0000 (22:11 +0000)
commitcbfdf9644ce38fd3404469c26ac3c8466c940b6e
tree1645efb483d9e0820b3f8cff1a9e3e6065a48d77
parent486938f7a1d17a547c6c05565aacd6051fad47c9
Enable recursive inlining.  Reduce inlining threshold
back to 200; 400 seems to be too high, loses more than
it gains.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/Utils/InlineCost.cpp
test/Transforms/Inline/2009-01-12-RecursiveInline.ll [new file with mode: 0644]