Commits

Nadav Rotem committed 522640f1856
Allow the performance inliner to inline functions that throw. The inliner is already capable of inlining try_apply instructions and this commit is a simple change to the performance inliner that changes the ApplyInst instructions into FullApplySite. Swift SVN r30014