File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ bb0(%0 : $@convention(thin) () -> ()):
1422
1422
// X.deinit
1423
1423
// CHECK-LABEL: CG of $s4main1XCfD
1424
1424
// CHECK: Arg %0 Esc: A, Succ:
1425
- // CHECKL : End
1425
+ // CHECK : End
1426
1426
sil @$s4main1XCfD: $@convention(method) (@owned X) -> () {
1427
1427
bb0(%0 : $X):
1428
1428
fix_lifetime %0 : $X
@@ -1437,7 +1437,7 @@ bb0(%0 : $X):
1437
1437
// CHECK: Con %0.2 Esc: G, Succ:
1438
1438
// CHECK: Val %3 Esc: G, Succ: (%3.1)
1439
1439
// CHECK: Con %3.1 Esc: G, Succ: %0.2
1440
- // CHECKL : End
1440
+ // CHECK : End
1441
1441
sil @$s4main1ZCfD: $@convention(method) (@owned Z) -> () {
1442
1442
bb0(%0 : $Z):
1443
1443
%1 = ref_element_addr %0 : $Z, #Z.x
@@ -1467,7 +1467,7 @@ bb0(%0 : $X):
1467
1467
// CHECK-LABEL: CG of call_public_external_func
1468
1468
// CHECK: Val %0 Esc: G, Succ: (%0.1)
1469
1469
// CHECK: Con %0.1 Esc: G, Succ:
1470
- // CHECKL : End
1470
+ // CHECK : End
1471
1471
sil @call_public_external_func : $@convention(thin) () -> () {
1472
1472
bb0:
1473
1473
%0 = alloc_ref $X
You can’t perform that action at this time.
0 commit comments