Reapply r99451 with a fix to move the NoInline check to the cost functions
authorEric Christopher <echristo@apple.com>
Thu, 25 Mar 2010 04:49:10 +0000 (04:49 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 25 Mar 2010 04:49:10 +0000 (04:49 +0000)
commitf27e6088a3af277d5aeed7b554192cc62b7b40fd
tree7ca0b6f14a80866154443d116693c7b80c622363
parent3d7d07ef038696cefcaf3ce5335072964199a78d
Reapply r99451 with a fix to move the NoInline check to the cost functions
instead of InlineFunction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99483 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Analysis/InlineCost.cpp
lib/VMCore/Instructions.cpp
test/Transforms/Inline/noinline.ll [new file with mode: 0644]