mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Runtime][Stdlib][Overlays] Rename various Objective-C classes and methods that would conflict when loading old Swift libraries into a process alongside ABI-stable libraries.
rdar://problem/35768222
This commit is contained in:
@@ -753,7 +753,7 @@ bool COWArrayOpt::checkSafeArrayElementUse(SILInstruction *UseInst,
|
||||
// %57 = load %56 : $*Builtin.BridgeObject from Array<Int>
|
||||
// %58 = unchecked_ref_cast %57 : $Builtin.BridgeObject to
|
||||
// $_ContiguousArray
|
||||
// %59 = unchecked_ref_cast %58 : $_ContiguousArrayStorageBase to
|
||||
// %59 = unchecked_ref_cast %58 : $__ContiguousArrayStorageBase to
|
||||
// $Builtin.NativeObject
|
||||
// %60 = struct_extract %53 : $UnsafeMutablePointer<Int>,
|
||||
// #UnsafeMutablePointer
|
||||
|
||||
Reference in New Issue
Block a user