Skip to content

Commit 1cdec42

Browse files
committed
Fix a SILInstruction for differences in between main and 6.0
1 parent 62a03a4 commit 1cdec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/transfernonsendable.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ sil [ossa] @handleNoOperandToAssignToResults : $@convention(thin) () -> () {
410410
bb0:
411411
%0 = function_ref @beginApplyMultipleResultCallee : $@yield_once @convention(thin) () -> (@yields @guaranteed NonSendableKlass, @yields @guaranteed NonSendableKlass)
412412
(%1, %2, %3) = begin_apply %0() : $@yield_once @convention(thin) () -> (@yields @guaranteed NonSendableKlass, @yields @guaranteed NonSendableKlass)
413-
end_apply %3 as $()
413+
end_apply %3
414414
%9999 = tuple ()
415415
return %9999 : $()
416416
}

0 commit comments

Comments
 (0)