@@ -1356,7 +1356,7 @@ bb0(%0 : @guaranteed $MainActorIsolatedStruct):
13561356sil [ossa] @test_nonisolated_unsafe_field_override_struct_addr : $@convention(thin) (@in_guaranteed MainActorIsolatedStruct) -> () {
13571357bb0(%0 : $*MainActorIsolatedStruct):
13581358 specify_test "sil_isolation_info_inference @trace[0]"
1359- debug_value %0 : $*MainActorIsolatedStruct, let, name "self", expr op_deref
1359+ debug_value %0 : $*MainActorIsolatedStruct, let, name "self"
13601360 %1 = struct_element_addr %0 : $*MainActorIsolatedStruct, #MainActorIsolatedStruct.nsNonisolatedUnsafe
13611361 debug_value [trace] %1
13621362 %9999 = tuple ()
@@ -1370,7 +1370,7 @@ bb0(%0 : $*MainActorIsolatedStruct):
13701370sil [ossa] @test_nonisolated_unsafe_field_override_generic_struct_addr : $@convention(thin) <T> (@in_guaranteed MainActorIsolatedGenericStruct<T>) -> () {
13711371bb0(%0 : $*MainActorIsolatedGenericStruct<T>):
13721372 specify_test "sil_isolation_info_inference @trace[0]"
1373- debug_value %0 : $*MainActorIsolatedGenericStruct<T>, let, name "self", expr op_deref
1373+ debug_value %0 : $*MainActorIsolatedGenericStruct<T>, let, name "self"
13741374 %1 = struct_element_addr %0 : $*MainActorIsolatedGenericStruct<T>, #MainActorIsolatedGenericStruct.nsNonisolatedUnsafe
13751375 debug_value [trace] %1
13761376 %9999 = tuple ()
@@ -1384,7 +1384,7 @@ bb0(%0 : $*MainActorIsolatedGenericStruct<T>):
13841384sil [ossa] @test_nonisolated_unsafe_field_override_nonisolated_generic_struct_addr : $@convention(thin) <T> (@in_guaranteed NonisolatedGenericStruct<T>) -> () {
13851385bb0(%0 : $*NonisolatedGenericStruct<T>):
13861386 specify_test "sil_isolation_info_inference @trace[0]"
1387- debug_value %0 : $*NonisolatedGenericStruct<T>, let, name "self", expr op_deref
1387+ debug_value %0 : $*NonisolatedGenericStruct<T>, let, name "self"
13881388 %1 = struct_element_addr %0 : $*NonisolatedGenericStruct<T>, #NonisolatedGenericStruct.nsNonisolatedUnsafe
13891389 debug_value [trace] %1
13901390 %9999 = tuple ()
0 commit comments