Commits

Roman Levenstein committed cd606c16b6a
Functions annotated with @_semantics("optimize.sil.never") should not be inlined or specialized. If such a function would get inlined into a caller which is not excluded from optimizations, then it would be optimized, which contradicts the idea of the annotation. Specialization of such function can be considered to be an optimization as well and thus should be prohibited. rdar://23365735