Commits

Michael Gottesman committed 90c6c9507b4
[performance-inliner] Do not inline a callee into a caller if the callee's body references a global/function with less visible linkage than caller. *NOTE* This is only to keep any less visible items from being exposed by the inliner. Whether or not the callee has the proper linkage is for the frontend/etc to ascertain. Swift SVN r14824