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 @@ -350,12 +350,12 @@ exit:
350350
351351// Hoist a destroy_addr of an @in argument over a load from an alloc_stack.
352352//
353- // CHECK-LABEL: sil [ossa] @test_hoist_over_load_from_stack : {{.*}} {
353+ // CHECK-LABEL: sil [ossa] @hoist_over_load_from_stack : {{.*}} {
354354// CHECK: apply
355355// CHECK: destroy_addr
356356// CHECK: load [take]
357- // CHECK-LABEL: } // end sil function 'test_hoist_over_load_from_stack '
358- sil [ossa] @test_hoist_over_load_from_stack : $@convention(thin) (@in X) -> @owned X {
357+ // CHECK-LABEL: } // end sil function 'hoist_over_load_from_stack '
358+ sil [ossa] @hoist_over_load_from_stack : $@convention(thin) (@in X) -> @owned X {
359359entry(%in_addr : $*X):
360360 %stack_addr = alloc_stack $X
361361 copy_addr %in_addr to [initialization] %stack_addr : $*X
You can’t perform that action at this time.
0 commit comments