File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,9 @@ extension ReabstractedSetter where T == Int {
62
62
// CHECK: [[TH_F:%.*]] = thin_to_thick_function [[F]] : $@convention(thin) (Int) -> () to $@callee_guaranteed (Int) -> ()
63
63
// CHECK: [[THUNK_REF:%.*]] = function_ref @$sSiIegy_SiIegn_TR : $@convention(thin) (@in_guaranteed Int, @guaranteed @callee_guaranteed (Int) -> ()) -> ()
64
64
// CHECK: [[CF:%.*]] = partial_apply [callee_guaranteed] [[THUNK_REF]]([[TH_F]]) : $@convention(thin) (@in_guaranteed Int, @guaranteed @callee_guaranteed (Int) -> ()) -> ()
65
- // CHECK: assign_by_wrapper [[CF]] : $@callee_guaranteed (@in_guaranteed Int) -> ()
65
+ // CHECK: [[CF2:%.*]] = convert_function [[CF]]
66
+ // CHECK: assign_by_wrapper [[CF2]]
66
67
// CHECK-SAME: to {{%.*}} : $*WrapGod<(Int) -> ()>
67
- // CHECK-SAME: init {{%.*}} : $@callee_guaranteed (@owned @callee_guaranteed (@in_guaranteed Int) -> ()) -> @out WrapGod<(Int) -> ()>
68
- // CHECK-SAME: set {{%.*}} : $@callee_guaranteed (@owned @callee_guaranteed (@in_guaranteed Int) -> ()) -> ()
69
68
self . value = { x in }
70
69
}
71
70
}
You can’t perform that action at this time.
0 commit comments