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
3232
3333protocol P : AnyObject {}
3434
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
3636// 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) -> () {
3838// CHECK: bb0(%0 : @_eagerMove @owned $C):
3939// 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) -> () {
4242entry(%0 : @_eagerMove @owned $C):
4343 specify_test "ossa_lifetime_completion @argument liveness"
4444 br exit
You can’t perform that action at this time.
0 commit comments