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(
118
118
// These pieces are used in ThreadLocalStorage.swift in debug builds.
119
119
// For tests, see similar functions from SwiftPrivate/AtomicInt.swift.gyb
120
120
//===----------------------------------------------------------------------===//
121
- #if INTERNAL_CHECKS_ENABLED
122
121
internal func _swift_stdlib_atomicLoadInt(
123
122
object target: UnsafeMutablePointer < Int > ) -> Int {
124
123
#if arch(i386) || arch(arm)
@@ -133,7 +132,6 @@ internal func _swift_stdlib_atomicLoadInt(
133
132
% for bits in [ 32 , 64 ] :
134
133
135
134
// Warning: no overflow checking.
136
- @inlinable // FIXME(sil-serialize-all)
137
135
internal func _swift_stdlib_atomicFetchAddInt${ bits} (
138
136
object target: UnsafeMutablePointer < Int ${ bits} > ,
139
137
operand: Int ${ bits} ) - > Int${ bits} {
@@ -162,7 +160,6 @@ internal func _swift_stdlib_atomicFetchAddInt(
162
160
#endif
163
161
return Int ( value)
164
162
}
165
- #endif // INTERNAL_CHECKS_ENABLED
166
163
//===----------------------------------------------------------------------===//
167
164
168
165
//===----------------------------------------------------------------------===//
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ Func _stdlib_atomicCompareExchangeStrongInt64(object:expected:desired:) has been
21
21
Func _stdlib_atomicCompareExchangeStrongUInt32(object:expected:desired:) has been removed
22
22
Func _stdlib_atomicCompareExchangeStrongUInt64(object:expected:desired:) has been removed
23
23
Func _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
24
26
Func _swift_stdlib_atomicFetchAddUInt32(object:operand:) has been removed
25
27
Func _swift_stdlib_atomicFetchAddUInt64(object:operand:) has been removed
26
28
Func _swift_stdlib_atomicFetchAndInt(object:operand:) has been removed
You can’t perform that action at this time.
0 commit comments