Commits
Michael Gottesman committed b2cdbf90357
[+0 self] Change all mirror computed property @asmname calls to not consume arguments when the +0 self flag is passed in.
A property asmname call looks like this:
struct Foo {
var myvar {
@asmname("some_runtime_function") get
}
}
This means that these runtime calls need to handle +0 self.
<rdar://problem/20080934>
Swift SVN r25842