Skip to content

Commit 80bb5f9

Browse files
committed
[Test] Improved match name.
1 parent b64510d commit 80bb5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/address_lowering.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,8 +1654,8 @@ entry:
16541654
}
16551655

16561656
// CHECK-LABEL: sil [ossa] @testBeginApplyEYieldOpaqueInoutAndYield : {{.*}}{
1657-
// CHECK: ([[REGISTER_0:%[^,]+]], {{%[^,]+}}) = begin_apply
1658-
// CHECK: yield [[REGISTER_0]] : $*T
1657+
// CHECK: ([[ADDR:%[^,]+]], {{%[^,]+}}) = begin_apply
1658+
// CHECK: yield [[ADDR]] : $*T
16591659
// CHECK-LABEL: } // end sil function 'testBeginApplyEYieldOpaqueInoutAndYield'
16601660
sil [ossa] @testBeginApplyEYieldOpaqueInoutAndYield : $@yield_once @convention(thin) <T> () -> @yields @inout T {
16611661
entry:

0 commit comments

Comments
 (0)