Commits

Mark Lacey committed 60044a9c544
Another small cleanup to mandatory inlining. Move the check for transparency into the caller of getCalleeFunction() rather than returning nullptr from getCalleeFunction() if the apply isn't transparent. Also remove an assert and a nullptr check that can't fail under reasonable circumstances based on the current SIL design. Swift SVN r16902