Allow clients to specify the inline threshold when creating
authorChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 06:49:13 +0000 (06:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Jan 2008 06:49:13 +0000 (06:49 +0000)
commit120d053e3ba810b44047fbcb719824bed5673ca9
treed6faed5fff16ad6f2b84b013962451e628c22b6b
parentd3f6a8a8f05844753fab3d7c896a373603257f5a
Allow clients to specify the inline threshold when creating
the inliner pass.  Patch by Robert Zeh.

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