We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b7c2e commit ff2f056Copy full SHA for ff2f056
stdlib/public/runtime/HeapObject.cpp
@@ -188,8 +188,8 @@ OpaqueValue *swift::swift_projectBox(HeapObject *o) {
188
}
189
190
// Forward-declare this, but define it after swift_release.
191
-extern "C" LLVM_LIBRARY_VISIBILITY LLVM_ATTRIBUTE_NOINLINE LLVM_ATTRIBUTE_USED void
192
-_swift_release_dealloc(HeapObject *object) SWIFT_CC(RegisterPreservingCC_IMPL);
+extern "C" LLVM_LIBRARY_VISIBILITY LLVM_ATTRIBUTE_NOINLINE LLVM_ATTRIBUTE_USED
+void _swift_release_dealloc(HeapObject *object) SWIFT_CC(RegisterPreservingCC_IMPL);
193
194
void swift::swift_retain(HeapObject *object)
195
SWIFT_CC(RegisterPreservingCC_IMPL) {
0 commit comments