Commits

Nadav Rotem committed b432f66c97a
Teach the inliner not to inline functions with the @effects attribute during the high-level SSA PM. This is the current behavior for @semantics("readonly") and it is needed by the high-level optimization passes because after inlining the semantics/effects information is lost. Swift SVN r21084