A call to a function marked 'noinline' is not an inline candidate. The sole
authorNick Lewycky <nicholas@mxc.ca>
Wed, 21 Dec 2011 06:06:30 +0000 (06:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 21 Dec 2011 06:06:30 +0000 (06:06 +0000)
commit20aded591214b67295c875fb8b7e4ed5e034f6bd
treec52daeafa2321717e27a0da92b3a9e3d3e2ef4f2
parent8369687576b062be74c941a4a90dbabb0828e028
A call to a function marked 'noinline' is not an inline candidate. The sole
call site of an intrinsic is also not an inline candidate. While here, make it
more obvious that this code ignores all intrinsics. Noticed by inspection!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147037 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InlineCost.cpp