Skip to content

Commit 806fb74

Browse files
committed
[Test] Improved case name.
1 parent 80bb5f9 commit 806fb74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/SILOptimizer/address_lowering.sil

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,14 +2054,14 @@ entry(%instance : @owned $T):
20542054
return %retval : $()
20552055
}
20562056

2057-
// CHECK-LABEL: sil [ossa] @yield_two : {{.*}} {
2057+
// CHECK-LABEL: sil [ossa] @test_yield_1_two_values : {{.*}} {
20582058
// CHECK: tuple_element_addr
20592059
// CHECK: tuple_element_addr
20602060
// CHECK: [[KEY:%[^,]+]] = tuple_element_addr {{%[^,]+}} : $*(key: Key, value: Value), 0
20612061
// CHECK: [[VALUE:%[^,]+]] = tuple_element_addr {{%[^,]+}} : $*(key: Key, value: Value), 1
20622062
// CHECK: yield ([[KEY]] : $*Key, [[VALUE]] : $*Value)
2063-
// CHECK-LABEL: } // end sil function 'yield_two'
2064-
sil [ossa] @yield_two : $@yield_once @convention(method) <Key, Value> (@in_guaranteed Key, @in_guaranteed Value) -> (@yields @in_guaranteed Key, @yields @in_guaranteed Value) {
2063+
// CHECK-LABEL: } // end sil function 'test_yield_1_two_values'
2064+
sil [ossa] @test_yield_1_two_values : $@yield_once @convention(method) <Key, Value> (@in_guaranteed Key, @in_guaranteed Value) -> (@yields @in_guaranteed Key, @yields @in_guaranteed Value) {
20652065
bb0(%0 : @guaranteed $Key, %1 : @guaranteed $Value):
20662066
%7 = copy_value %0 : $Key
20672067
%8 = copy_value %1 : $Value

0 commit comments

Comments
 (0)