Commits

Chris Lattner committed a667e61fc3d
Make the "delete store only stack allocations" logic delete all allocations in transparent functions. They will be deleted anyway when they get inlined into callers, so there is no reason to do the work to carry them around and inline them, only to delete them. This shrinks the sil for the stdlib by about 5%: from 71672 lines to 67718 lines. Swift SVN r9818