File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ typealias AnyObject = Builtin.AnyObject
32
32
33
33
protocol P : AnyObject {}
34
34
35
- // CHECK-LABEL: begin running test 1 of 1 on eagerConsumneOwnedArg : ossa_lifetime_completion with: @argument
35
+ // CHECK-LABEL: begin running test 1 of 1 on eagerConsumeOwnedArg : ossa_lifetime_completion with: @argument
36
36
// CHECK-LABEL: OSSA lifetime completion on liveness boundary: %0 = argument of bb0 : $C
37
- // CHECK: sil [ossa] @eagerConsumneOwnedArg : $@convention(thin) (@owned C) -> () {
37
+ // CHECK: sil [ossa] @eagerConsumeOwnedArg : $@convention(thin) (@owned C) -> () {
38
38
// CHECK: bb0(%0 : @_eagerMove @owned $C):
39
39
// CHECK-NEXT: destroy_value %0 : $C
40
- // CHECK-LABEL: end running test 1 of 1 on eagerConsumneOwnedArg : ossa_lifetime_completion with: @argument
41
- sil [ossa] @eagerConsumneOwnedArg : $@convention(thin) (@owned C) -> () {
40
+ // CHECK-LABEL: end running test 1 of 1 on eagerConsumeOwnedArg : ossa_lifetime_completion with: @argument
41
+ sil [ossa] @eagerConsumeOwnedArg : $@convention(thin) (@owned C) -> () {
42
42
entry(%0 : @_eagerMove @owned $C):
43
43
specify_test "ossa_lifetime_completion @argument liveness"
44
44
br exit
You can’t perform that action at this time.
0 commit comments