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 @@ -21,7 +21,7 @@ distributed actor MyDistActor {
21
21
// destroy only the correct stored properties whether remote or local, and also
22
22
// destroy the executor.
23
23
24
- // CHECK-LABEL: sil hidden {{.*}} @$s14default_deinit11MyDistActorCfd : $@convention(method) (@guaranteed MyDistActor) -> @owned Builtin.NativeObject {
24
+ // CHECK-LABEL: sil hidden{{.*}} @$s14default_deinit11MyDistActorCfd : $@convention(method) (@guaranteed MyDistActor) -> @owned Builtin.NativeObject {
25
25
// CHECK: bb0([[SELF:%[0-9]+]] : $MyDistActor):
26
26
// CHECK: [[EXI_SELF:%[0-9]+]] = init_existential_ref [[SELF]] : $MyDistActor
27
27
// CHECK: [[IS_REMOTE_FN:%[0-9]+]] = function_ref @swift_distributed_actor_is_remote
@@ -105,7 +105,7 @@ actor SimpleActor {
105
105
// additionally, we add basic coverage for a non-distributed actor's deinit
106
106
107
107
108
- // CHECK-LABEL: sil hidden {{.*}} @$s14default_deinit11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
108
+ // CHECK-LABEL: sil hidden{{.*}} @$s14default_deinit11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
109
109
// CHECK: bb0([[SELF:%[0-9]+]] : $SimpleActor):
110
110
// CHECK: [[REF:%[0-9]+]] = ref_element_addr [[SELF]] : $SimpleActor, #SimpleActor.someField
111
111
// CHECK: [[ACCESS:%[0-9]+]] = begin_access [deinit] [static] [[REF]]
You can’t perform that action at this time.
0 commit comments