@@ -593,7 +593,7 @@ entry(%instance : @guaranteed $C):
593
593
// Hoist over an apply that uses a copy of the borrow.
594
594
// CHECK-LABEL: sil [ossa] @hoist_over_apply_at_copy : {{.*}} {
595
595
// CHECK-NOT: copy_value
596
- // CHECK-LABEL: // end sil function 'hoist_over_apply_at_copy'
596
+ // CHECK-LABEL: } // end sil function 'hoist_over_apply_at_copy'
597
597
sil [ossa] @hoist_over_apply_at_copy : $@convention(thin) (@owned C) -> () {
598
598
entry(%instance : @owned $C):
599
599
%synchronization_point = function_ref @synchronization_point : $@convention(thin) () -> ()
@@ -618,7 +618,7 @@ entry(%instance : @owned $C):
618
618
// CHECK: [[LIFETIME:%[^,]+]] = begin_borrow [[INSTANCE]]
619
619
// CHECK: end_borrow [[LIFETIME]]
620
620
// CHECK: apply {{%[^,]+}}([[INSTANCE]])
621
- // CHECK-LABEL: // end sil function 'hoist_over_apply_at_borrow'
621
+ // CHECK-LABEL: } // end sil function 'hoist_over_apply_at_borrow'
622
622
sil [ossa] @hoist_over_apply_at_borrow : $@convention(thin) (@owned C) -> () {
623
623
entry(%instance : @owned $C):
624
624
%lifetime = begin_borrow %instance : $C
@@ -645,7 +645,7 @@ entry(%instance : @owned $C):
645
645
// CHECK: [[COPY:%[^,]+]] = copy_value [[LIFETIME]]
646
646
// CHECK: end_borrow [[LIFETIME]]
647
647
// CHECK: begin_borrow [[COPY]]
648
- // CHECK-LABEL: // end sil function 'hoist_over_borrow_of_copy'
648
+ // CHECK-LABEL: } // end sil function 'hoist_over_borrow_of_copy'
649
649
sil [ossa] @hoist_over_borrow_of_copy : $@convention(thin) (@owned C) -> () {
650
650
entry(%instance : @owned $C):
651
651
%lifetime_1 = begin_borrow %instance : $C
0 commit comments