File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ func _stdlib_atomicLoadARCRef(
118118// These pieces are used in ThreadLocalStorage.swift in debug builds.
119119// For tests, see similar functions from SwiftPrivate/AtomicInt.swift.gyb
120120//===----------------------------------------------------------------------===//
121- #if INTERNAL_CHECKS_ENABLED
122121internal func _swift_stdlib_atomicLoadInt(
123122 object target: UnsafeMutablePointer < Int > ) -> Int {
124123#if arch(i386) || arch(arm)
@@ -133,7 +132,6 @@ internal func _swift_stdlib_atomicLoadInt(
133132% for bits in [ 32 , 64 ] :
134133
135134// Warning: no overflow checking.
136- @inlinable // FIXME(sil-serialize-all)
137135internal func _swift_stdlib_atomicFetchAddInt${ bits} (
138136 object target: UnsafeMutablePointer < Int ${ bits} > ,
139137 operand: Int ${ bits} ) - > Int${ bits} {
@@ -162,7 +160,6 @@ internal func _swift_stdlib_atomicFetchAddInt(
162160#endif
163161 return Int ( value)
164162}
165- #endif // INTERNAL_CHECKS_ENABLED
166163//===----------------------------------------------------------------------===//
167164
168165//===----------------------------------------------------------------------===//
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ Func _stdlib_atomicCompareExchangeStrongInt64(object:expected:desired:) has been
2121Func _stdlib_atomicCompareExchangeStrongUInt32(object:expected:desired:) has been removed
2222Func _stdlib_atomicCompareExchangeStrongUInt64(object:expected:desired:) has been removed
2323Func _swift_stdlib_atomicFetchAddInt(object:operand:) has been removed
24+ Func _swift_stdlib_atomicFetchAddInt32(object:operand:) has been removed
25+ Func _swift_stdlib_atomicFetchAddInt64(object:operand:) has been removed
2426Func _swift_stdlib_atomicFetchAddUInt32(object:operand:) has been removed
2527Func _swift_stdlib_atomicFetchAddUInt64(object:operand:) has been removed
2628Func _swift_stdlib_atomicFetchAndInt(object:operand:) has been removed
You can’t perform that action at this time.
0 commit comments