@@ -89,7 +89,7 @@ bb0(%0 : $*Outer):
89
89
90
90
sil @throwing_func : $@convention(thin) () -> (@out T, @error Error)
91
91
92
- // CHECK: SIL memory lifetime failure in @test_try_apply_return: memory is initialized, but shouldn't
92
+ // CHECK: SIL memory lifetime failure in @test_try_apply_return: memory is initialized, but shouldn't be
93
93
sil [ossa] @test_try_apply_return : $@convention(thin) () -> ((), @error Error) {
94
94
bb0:
95
95
%0 = alloc_stack $T
@@ -107,7 +107,7 @@ bb2(%4 : @owned $Error):
107
107
108
108
}
109
109
110
- // CHECK: SIL memory lifetime failure in @test_try_apply_throw: memory is not initialized, but should
110
+ // CHECK: SIL memory lifetime failure in @test_try_apply_throw: memory is not initialized, but should be
111
111
sil [ossa] @test_try_apply_throw : $@convention(thin) () -> ((), @error Error) {
112
112
bb0:
113
113
%0 = alloc_stack $T
@@ -127,7 +127,7 @@ bb2(%4 : @owned $Error):
127
127
128
128
}
129
129
130
- // CHECK: SIL memory lifetime failure in @test_single_block: memory is initialized, but shouldn't
130
+ // CHECK: SIL memory lifetime failure in @test_single_block: memory is initialized, but shouldn't be
131
131
sil [ossa] @test_single_block : $@convention(thin) (@owned T) -> () {
132
132
bb0(%0 : @owned $T):
133
133
%2 = alloc_stack $T
@@ -137,7 +137,7 @@ bb0(%0 : @owned $T):
137
137
return %r : $()
138
138
}
139
139
140
- // CHECK: SIL memory lifetime failure in @test_mixed: memory is not initialized, but should
140
+ // CHECK: SIL memory lifetime failure in @test_mixed: memory is not initialized, but should be
141
141
sil [ossa] @test_mixed : $@convention(thin) (@in Mixed, Int) -> Int {
142
142
bb0(%0 : $*Mixed, %1 : $Int):
143
143
%2 = struct_element_addr %0 : $*Mixed, #Mixed.i
@@ -147,7 +147,7 @@ bb0(%0 : $*Mixed, %1 : $Int):
147
147
return %3 : $Int
148
148
}
149
149
150
- // CHECK: SIL memory lifetime failure in @test_missing_store_to_trivial: memory is not initialized, but should
150
+ // CHECK: SIL memory lifetime failure in @test_missing_store_to_trivial: memory is not initialized, but should be
151
151
sil [ossa] @test_missing_store_to_trivial : $@convention(thin) () -> Int {
152
152
bb0:
153
153
%1 = alloc_stack $Mixed
157
157
return %3 : $Int
158
158
}
159
159
160
- // CHECK: SIL memory lifetime failure in @test_load_after_dealloc: memory is not initialized, but should
160
+ // CHECK: SIL memory lifetime failure in @test_load_after_dealloc: memory is not initialized, but should be
161
161
sil [ossa] @test_load_after_dealloc : $@convention(thin) (Int) -> Int {
162
162
bb0(%0 : $Int):
163
163
%1 = alloc_stack $Mixed
224
224
return %r : $()
225
225
}
226
226
227
- // CHECK: SIL memory lifetime failure in @test_store_to_enum: memory is initialized, but shouldn't
227
+ // CHECK: SIL memory lifetime failure in @test_store_to_enum: memory is initialized, but shouldn't be
228
228
sil [ossa] @test_store_to_enum : $@convention(thin) (@owned T) -> () {
229
229
bb0(%0 : @owned $T):
230
230
%1 = alloc_stack $Optional<T>
@@ -238,7 +238,7 @@ bb0(%0 : @owned $T):
238
238
return %r : $()
239
239
}
240
240
241
- // CHECK: SIL memory lifetime failure in @test_select_enum_addr: memory is not initialized, but should
241
+ // CHECK: SIL memory lifetime failure in @test_select_enum_addr: memory is not initialized, but should be
242
242
sil [ossa] @test_select_enum_addr : $@convention(thin) () -> Builtin.Int1 {
243
243
bb0:
244
244
%0 = alloc_stack $Optional<T>
@@ -271,7 +271,7 @@ bb0(%0 : $*T):
271
271
return %res : $()
272
272
}
273
273
274
- // CHECK: SIL memory lifetime failure in @test_store_borrow_destroy: memory is not initialized, but should
274
+ // CHECK: SIL memory lifetime failure in @test_store_borrow_destroy: memory is not initialized, but should be
275
275
sil [ossa] @test_store_borrow_destroy : $@convention(thin) (@guaranteed T) -> () {
276
276
bb0(%0 : @guaranteed $T):
277
277
%s = alloc_stack $T
@@ -361,7 +361,7 @@ bb0(%0 : @guaranteed $Optional<T>):
361
361
return %res : $()
362
362
}
363
363
364
- // CHECK: SIL memory lifetime failure in @test_cast_br_take_always: memory is not initialized, but should
364
+ // CHECK: SIL memory lifetime failure in @test_cast_br_take_always: memory is not initialized, but should be
365
365
sil [ossa] @test_cast_br_take_always : $@convention(thin) <U, V> (@in U) -> () {
366
366
bb0(%0 : $*U):
367
367
%s = alloc_stack $V
411
411
return %res : $()
412
412
}
413
413
414
- // CHECK: SIL memory lifetime failure in @test_unconditional_checked_cast_1: memory is initialized, but shouldn't
414
+ // CHECK: SIL memory lifetime failure in @test_unconditional_checked_cast_1: memory is initialized, but shouldn't be
415
415
sil [ossa] @test_unconditional_checked_cast_1 : $@convention(thin) <U, V> (@in U) -> () {
416
416
bb0(%0 : $*U):
417
417
%s = alloc_stack $V
@@ -421,7 +421,7 @@ bb0(%0 : $*U):
421
421
return %5 : $()
422
422
}
423
423
424
- // CHECK: SIL memory lifetime failure in @test_unconditional_checked_cast_2: memory is not initialized, but should
424
+ // CHECK: SIL memory lifetime failure in @test_unconditional_checked_cast_2: memory is not initialized, but should be
425
425
sil [ossa] @test_unconditional_checked_cast_2 : $@convention(thin) <U, V> (@in_guaranteed U) -> () {
426
426
bb0(%0 : $*U):
427
427
%u = alloc_stack $U
@@ -434,7 +434,7 @@ bb0(%0 : $*U):
434
434
return %5 : $()
435
435
}
436
436
437
- // CHECK: SIL memory lifetime failure in @test_unchecked_ref_cast_1: memory is initialized, but shouldn't
437
+ // CHECK: SIL memory lifetime failure in @test_unchecked_ref_cast_1: memory is initialized, but shouldn't be
438
438
sil [ossa] @test_unchecked_ref_cast_1 : $@convention(thin) <U : AnyObject, V : AnyObject> (@in U) -> () {
439
439
bb0(%0 : $*U):
440
440
%s = alloc_stack $V
@@ -444,7 +444,7 @@ bb0(%0 : $*U):
444
444
return %5 : $()
445
445
}
446
446
447
- // CHECK: SIL memory lifetime failure in @test_unchecked_ref_cast_2: memory is not initialized, but should
447
+ // CHECK: SIL memory lifetime failure in @test_unchecked_ref_cast_2: memory is not initialized, but should be
448
448
sil [ossa] @test_unchecked_ref_cast_2 : $@convention(thin) <U : AnyObject, V : AnyObject> (@in_guaranteed U) -> () {
449
449
bb0(%0 : $*U):
450
450
%u = alloc_stack $U
@@ -459,7 +459,7 @@ bb0(%0 : $*U):
459
459
460
460
protocol P {}
461
461
462
- // CHECK: SIL memory lifetime failure in @test_init_existential: memory is not initialized, but should
462
+ // CHECK: SIL memory lifetime failure in @test_init_existential: memory is not initialized, but should be
463
463
sil [ossa] @test_init_existential : $@convention(thin) <U: P> (@in_guaranteed U) -> () {
464
464
bb0(%0 : $*U):
465
465
%s = alloc_stack $P
@@ -470,7 +470,7 @@ bb0(%0 : $*U):
470
470
return %5 : $()
471
471
}
472
472
473
- // CHECK: SIL memory lifetime failure in @test_open_existential: memory is not initialized, but should
473
+ // CHECK: SIL memory lifetime failure in @test_open_existential: memory is not initialized, but should be
474
474
sil [ossa] @test_open_existential : $@convention(thin) <U: P> (@in_guaranteed U) -> () {
475
475
bb0(%0 : $*U):
476
476
%s = alloc_stack $P
@@ -485,7 +485,7 @@ bb0(%0 : $*U):
485
485
return %5 : $()
486
486
}
487
487
488
- // CHECK: SIL memory lifetime failure in @test_existential_metatype: memory is not initialized, but should
488
+ // CHECK: SIL memory lifetime failure in @test_existential_metatype: memory is not initialized, but should be
489
489
sil [ossa] @test_existential_metatype : $@convention(thin) () -> () {
490
490
bb0:
491
491
%0 = alloc_stack $P
495
495
return %5 : $()
496
496
}
497
497
498
- // CHECK: SIL memory lifetime failure in @test_value_metatype: memory is not initialized, but should
498
+ // CHECK: SIL memory lifetime failure in @test_value_metatype: memory is not initialized, but should be
499
499
sil [ossa] @test_value_metatype : $@convention(thin) <U> (@in_guaranteed U) -> () {
500
500
bb0(%0 : $*U):
501
501
%1 = alloc_stack $U
@@ -505,7 +505,7 @@ bb0(%0 : $*U):
505
505
return %5 : $()
506
506
}
507
507
508
- // CHECK: SIL memory lifetime failure in @test_is_unique: memory is not initialized, but should
508
+ // CHECK: SIL memory lifetime failure in @test_is_unique: memory is not initialized, but should be
509
509
sil [ossa] @test_is_unique : $@convention(thin) () -> () {
510
510
bb0:
511
511
%0 = alloc_stack $T
515
515
return %5 : $()
516
516
}
517
517
518
- // CHECK: SIL memory lifetime failure in @test_fix_lifetime: memory is not initialized, but should
518
+ // CHECK: SIL memory lifetime failure in @test_fix_lifetime: memory is not initialized, but should be
519
519
sil [ossa] @test_fix_lifetime : $@convention(thin) () -> () {
520
520
bb0:
521
521
%0 = alloc_stack $T
527
527
528
528
sil @modify_bool : $@convention(thin) (@inout_aliasable Bool) -> ()
529
529
530
- // CHECK: SIL memory lifetime failure in @test_trivial_alloc_stack: memory is not initialized, but should
530
+ // CHECK: SIL memory lifetime failure in @test_trivial_alloc_stack: memory is not initialized, but should be
531
531
sil [ossa] @test_trivial_alloc_stack : $@convention(thin) (Bool) -> () {
532
532
bb0(%0 : $Bool):
533
533
%1 = alloc_stack $Bool
555
555
return %r : $()
556
556
}
557
557
558
- // CHECK: SIL memory lifetime failure in @test_load_borrow2: memory is not initialized, but should
558
+ // CHECK: SIL memory lifetime failure in @test_load_borrow2: memory is not initialized, but should be
559
559
sil [ossa] @test_load_borrow2 : $@convention(thin) (@in Optional<T>) -> () {
560
560
bb0(%0 : $*Optional<T>):
561
561
destroy_addr %0 : $*Optional<T>
@@ -575,7 +575,7 @@ enum Result<T1, T2>{
575
575
576
576
sil @try_get_error : $@convention(thin) () -> @error Error
577
577
578
- // CHECK: SIL memory lifetime failure in @test_init_enum_trivial_case: memory is not initialized, but should
578
+ // CHECK: SIL memory lifetime failure in @test_init_enum_trivial_case: memory is not initialized, but should be
579
579
sil [ossa] @test_init_enum_trivial_case : $@convention(thin) () -> @error Error {
580
580
bb0:
581
581
%0 = alloc_stack $Result<Int, Error>
601
601
return %15 : $()
602
602
}
603
603
604
- // CHECK: SIL memory lifetime failure in @test_double_enum_destroy: memory is not initialized, but should
604
+ // CHECK: SIL memory lifetime failure in @test_double_enum_destroy: memory is not initialized, but should be
605
605
sil [ossa] @test_double_enum_destroy : $@convention(thin) (@in Optional<String>) -> () {
606
606
bb0(%0 : $*Optional<String>):
607
607
%l = load_borrow %0 : $*Optional<String>
0 commit comments