instead of InlineFunction. llvm-svn: 99483
llvm-svn: 99451
for the noinline attribute, and make the inliner refuse to inline a call site when the call site is marked noinline even if the callee isn't. This fixes PR6682. llvm-svn: 99341