Commits

Andrew Trick committed f64d08c6b9d
Prevent inlining of a function that binds dynamic Self. Because we have no mechanism for materializing the local Self metadata. Finally fixes <rdar://problem/21025088> SIL should properly represent binding dynamic self to generic parameters. Obviously this is a deficiency. The bug tracking that is: <rdar://problem/21025088> SIL should properly represent binding dynamic self to generic parameters. Swift SVN r28789