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 6c45865 commit e1ec457Copy full SHA for e1ec457
test/SILOptimizer/stdlib/Cell.swift
@@ -23,8 +23,6 @@ public struct Cell<T: ~Copyable>: ~Copyable {
23
// CHECK-NEXT: [[POINTER:%.*]] = struct $UnsafeMutablePointer<T> ([[RAW_LAYOUT_ADDR]] : $Builtin.RawPointer)
24
// Calling 'UnsafeMutablePointer<T>.initialize(to:)'
25
// CHECK: {{%.*}} = apply {{%.*}}<T>([[VALUE]], [[POINTER]])
26
- // CHECK-NEXT: [[TUPLE:%.*]] = tuple ()
27
- // CHECK-NEXT: return [[TUPLE]] : $()
28
// CHECK-LABEL: } // end sil function '$s4CellAAVAARiczrlEyAByxGxcfC'
29
@_transparent
30
public init(_ value: consuming T) {
0 commit comments