@@ -299,7 +299,7 @@ exit:
299
299
// visitInnerAdjacentPhis
300
300
// =============================================================================
301
301
302
- // CHECK-LABEL: pay_the_phi: visit-inner-adjacent-phis with: %owned
302
+ // CHECK-LABEL: pay_the_phi: visit_inner_adjacent_phis with: %owned
303
303
// CHECK: sil [ossa] @pay_the_phi : {{.*}} {
304
304
// CHECK: [[C:%[^,]+]] = apply
305
305
// CHECK: [[BORROW1:%[^,]+]] = begin_borrow %1
@@ -310,7 +310,7 @@ exit:
310
310
//
311
311
// CHECK:[[GUARANTEED1]] = argument of [[EXIT]]
312
312
// CHECK:[[GUARANTEED2]] = argument of [[EXIT]]
313
- // CHECK-LABEL: pay_the_phi: visit-inner-adjacent-phis with: %owned
313
+ // CHECK-LABEL: pay_the_phi: visit_inner_adjacent_phis with: %owned
314
314
sil [ossa] @pay_the_phi : $@convention(thin) () -> () {
315
315
entry:
316
316
%getC = function_ref @getC : $@convention(thin) () -> @owned C
@@ -321,7 +321,7 @@ entry:
321
321
br exit(%c : $C, %borrow1 : $C, %borrow2 : $C, %borrow3 : $C)
322
322
323
323
exit(%owned : @owned $C, %guaranteed_1 : @guaranteed $C, %guaranteed_2 : @guaranteed $C, %guaranteed_3 : @guaranteed $C):
324
- specify_test "visit-inner-adjacent-phis %owned"
324
+ specify_test "visit_inner_adjacent_phis %owned"
325
325
end_borrow %guaranteed_3 : $C
326
326
end_borrow %guaranteed_2 : $C
327
327
end_borrow %guaranteed_1 : $C
@@ -330,19 +330,19 @@ exit(%owned : @owned $C, %guaranteed_1 : @guaranteed $C, %guaranteed_2 : @guaran
330
330
return %retval : $()
331
331
}
332
332
333
- // CHECK-LABEL: pay_the_phi_forward: visit-inner-adjacent-phis with: %reborrow
333
+ // CHECK-LABEL: pay_the_phi_forward: visit_inner_adjacent_phis with: %reborrow
334
334
// CHECK: bb1(%{{.*}} : @reborrow @guaranteed $C, [[INNER:%.*]] : @guaranteed $D): // Preds: bb0
335
335
// CHECK: } // end sil function 'pay_the_phi_forward'
336
336
// CHECK: [[INNER]] = argument of bb1 : $D
337
- // CHECK: pay_the_phi_forward: visit-inner-adjacent-phis with: %reborrow
337
+ // CHECK: pay_the_phi_forward: visit_inner_adjacent_phis with: %reborrow
338
338
sil [ossa] @pay_the_phi_forward : $@convention(thin) (@guaranteed C) -> () {
339
339
bb0(%0 : @guaranteed $C):
340
340
%borrow0 = begin_borrow %0 : $C
341
341
%d0 = unchecked_ref_cast %borrow0 : $C to $D
342
342
br exit(%borrow0 : $C, %d0 : $D)
343
343
344
344
exit(%reborrow : @guaranteed $C, %phi : @guaranteed $D):
345
- specify_test "visit-inner-adjacent-phis %reborrow"
345
+ specify_test "visit_inner_adjacent_phis %reborrow"
346
346
%f = ref_element_addr %phi : $D, #D.object
347
347
%o = load [copy] %f : $*C
348
348
destroy_value %o : $C
0 commit comments