Skip to content

Commit e1ec457

Browse files
committed
Remove pedantic checks
1 parent 6c45865 commit e1ec457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/SILOptimizer/stdlib/Cell.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ public struct Cell<T: ~Copyable>: ~Copyable {
2323
// CHECK-NEXT: [[POINTER:%.*]] = struct $UnsafeMutablePointer<T> ([[RAW_LAYOUT_ADDR]] : $Builtin.RawPointer)
2424
// Calling 'UnsafeMutablePointer<T>.initialize(to:)'
2525
// CHECK: {{%.*}} = apply {{%.*}}<T>([[VALUE]], [[POINTER]])
26-
// CHECK-NEXT: [[TUPLE:%.*]] = tuple ()
27-
// CHECK-NEXT: return [[TUPLE]] : $()
2826
// CHECK-LABEL: } // end sil function '$s4CellAAVAARiczrlEyAByxGxcfC'
2927
@_transparent
3028
public init(_ value: consuming T) {

0 commit comments

Comments
 (0)