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) {
835
835
struct Twople < T> {
836
836
var storage : ( T , T )
837
837
838
- // CHECK-LABEL: sil {{.*}}[ossa] @$s20opaque_values_silgen6TwopleV2t12t2ACyxGx_xtcfC : {{.*}} {
838
+ // CHECK-LABEL: sil {{.*}}[ossa] @Twople_init_from_t1_t2 : {{.*}} {
839
839
// CHECK: bb0([[T1:%[^,]+]] :
840
840
// CHECK-SAME: [[T2:%[^,]+]] :
841
841
// CHECK-SAME: ):
@@ -868,7 +868,7 @@ struct Twople<T> {
868
868
// CHECK: end_borrow [[VAR_LIFETIME]]
869
869
// CHECK: destroy_value [[VAR_UNINIT]]
870
870
// CHECK: return [[RETVAL]]
871
- // CHECK-LABEL: } // end sil function '$s20opaque_values_silgen6TwopleV2t12t2ACyxGx_xtcfC '
871
+ // CHECK-LABEL: } // end sil function 'Twople_init_from_t1_t2 '
872
872
@_silgen_name ( " Twople_init_from_t1_t2 " )
873
873
init ( t1: T , t2: T ) {
874
874
self . storage = ( t1, t2)
You can’t perform that action at this time.
0 commit comments