Add custom inliner that handles only functions that are marked as always_inline.
authorDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 18:50:53 +0000 (18:50 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 18:50:53 +0000 (18:50 +0000)
commit22ec199fa0198220a11eb70ee55bb7ea3d1f7c60
treecc03ece8443d3e02bc4b13a921b5f4586262ffce
parent67243399dd7427c4f530a8c8cc73dfcfd4788f73
Add custom inliner that handles only functions that are marked as always_inline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55713 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineAlways.cpp [new file with mode: 0644]