Skip to content

Commit c0dda93

Browse files
committed
[Test] Tweaked shrink_borrow_scope.sil test.
1 parent 31e072a commit c0dda93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/shrink_borrow_scope.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ right:
425425
br trampoline(%copy : $C)
426426

427427
trampoline(%copy_1 : @owned $C):
428-
end_borrow %lifetime : $C
429428
br exit
430429

431430
exit:
431+
end_borrow %lifetime : $C
432432
%retval = tuple ()
433433
destroy_value %copy_1 : $C
434434
destroy_value %instance : $C

0 commit comments

Comments
 (0)