Instruct the inliner to obey the noinline attribute. Add test case.
authorTanya Lattner <tonic@nondot.org>
Wed, 6 Jun 2007 21:59:26 +0000 (21:59 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 6 Jun 2007 21:59:26 +0000 (21:59 +0000)
commit682f683669d01f208c647ebce8d41a2580ef7707
tree22e1669c64a0169879c6eef35c26689ae01ce43e
parent25e0cb3180b2d2d13cd613c52bea7ee76daa89dc
Instruct the inliner to obey the noinline attribute. Add test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineSimple.cpp
test/Transforms/Inline/2007-06-06-NoInline.ll [new file with mode: 0644]