Commits

Erik Eckstein committed ddb25915b66
stdlib: Avoid a isNative check in _getOwner in the Array's mutableAddressWithPinnedNativeOwner When calling _getOwner at this point we know that it is a native array. This simplifies the SIL code for assigning a class array element (a[i] = x). Swift SVN r27124