File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ func consumeExprOfLoadExprOfOwnedAddrOnlyLValue<T>(_ ty: T.Type) {
835835struct Twople < T> {
836836 var storage : ( T , T )
837837
838- // CHECK-LABEL: sil {{.*}}[ossa] @$s20opaque_values_silgen6TwopleV2t12t2ACyxGx_xtcfC : {{.*}} {
838+ // CHECK-LABEL: sil {{.*}}[ossa] @Twople_init_from_t1_t2 : {{.*}} {
839839// CHECK: bb0([[T1:%[^,]+]] :
840840// CHECK-SAME: [[T2:%[^,]+]] :
841841// CHECK-SAME: ):
@@ -868,7 +868,7 @@ struct Twople<T> {
868868// CHECK: end_borrow [[VAR_LIFETIME]]
869869// CHECK: destroy_value [[VAR_UNINIT]]
870870// CHECK: return [[RETVAL]]
871- // CHECK-LABEL: } // end sil function '$s20opaque_values_silgen6TwopleV2t12t2ACyxGx_xtcfC '
871+ // CHECK-LABEL: } // end sil function 'Twople_init_from_t1_t2 '
872872 @_silgen_name ( " Twople_init_from_t1_t2 " )
873873 init ( t1: T , t2: T ) {
874874 self . storage = ( t1, t2)
You can’t perform that action at this time.
0 commit comments