Skip to content

Commit 47c584f

Browse files
committed
Update Cell.swift
1 parent d5f67eb commit 47c584f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/SILOptimizer/stdlib/Cell.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public struct Cell<T: ~Copyable>: ~Copyable {
2020
// CHECK: bb0({{%.*}} : $*Cell<T>, [[VALUE:%.*]] : $*T, {{%.*}} : $@thin Cell<T>.Type):
2121
// CHECK: {{%.*}} = builtin "zeroInitializer"<Cell<T>>([[SELF:%.*]] : $*Cell<T>) : $()
2222
// CHECK-NEXT: [[RAW_LAYOUT_ADDR:%.*]] = builtin "addressOfRawLayout"<Cell<T>>([[SELF]] : $*Cell<T>) : $Builtin.RawPointer
23-
// CHECK-NEXT: [[POINTER:%.*]] = struct $UnsafeMutablePointer<T> ([[RAW_LAYOUT_ADDR]] : $Builtin.RawPointer)
24-
// Calling 'UnsafeMutablePointer<T>.initialize(to:)'
25-
// CHECK: {{%.*}} = apply {{%.*}}<T>([[VALUE]], [[POINTER]])
2623
// CHECK-LABEL: } // end sil function '$s4CellAAVAARi_zrlEyAByxGxcfC'
2724
@_transparent
2825
public init(_ value: consuming T) {

0 commit comments

Comments
 (0)