Skip to content

Commit ec07a84

Browse files
authored
Merge pull request #23989 from eeckstein/fix-test
2 parents f6c7973 + e19268e commit ec07a84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/SILOptimizer/escape_analysis.sil

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ bb0(%0 : $@convention(thin) () -> ()):
14221422
// X.deinit
14231423
// CHECK-LABEL: CG of $s4main1XCfD
14241424
// CHECK: Arg %0 Esc: A, Succ:
1425-
// CHECKL: End
1425+
// CHECK: End
14261426
sil @$s4main1XCfD: $@convention(method) (@owned X) -> () {
14271427
bb0(%0 : $X):
14281428
fix_lifetime %0 : $X
@@ -1437,7 +1437,7 @@ bb0(%0 : $X):
14371437
// CHECK: Con %0.2 Esc: G, Succ:
14381438
// CHECK: Val %3 Esc: G, Succ: (%3.1)
14391439
// CHECK: Con %3.1 Esc: G, Succ: %0.2
1440-
// CHECKL: End
1440+
// CHECK: End
14411441
sil @$s4main1ZCfD: $@convention(method) (@owned Z) -> () {
14421442
bb0(%0 : $Z):
14431443
%1 = ref_element_addr %0 : $Z, #Z.x
@@ -1467,7 +1467,7 @@ bb0(%0 : $X):
14671467
// CHECK-LABEL: CG of call_public_external_func
14681468
// CHECK: Val %0 Esc: G, Succ: (%0.1)
14691469
// CHECK: Con %0.1 Esc: G, Succ:
1470-
// CHECKL: End
1470+
// CHECK: End
14711471
sil @call_public_external_func : $@convention(thin) () -> () {
14721472
bb0:
14731473
%0 = alloc_ref $X

0 commit comments

Comments
 (0)