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:
350
350
351
351
// Hoist a destroy_addr of an @in argument over a load from an alloc_stack.
352
352
//
353
- // CHECK-LABEL: sil [ossa] @test_hoist_over_load_from_stack : {{.*}} {
353
+ // CHECK-LABEL: sil [ossa] @hoist_over_load_from_stack : {{.*}} {
354
354
// CHECK: apply
355
355
// CHECK: destroy_addr
356
356
// 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 {
359
359
entry(%in_addr : $*X):
360
360
%stack_addr = alloc_stack $X
361
361
copy_addr %in_addr to [initialization] %stack_addr : $*X
You can’t perform that action at this time.
0 commit comments