Skip to content

Commit 74bf5cf

Browse files
committed
[Test] Tweaked test name.
1 parent 1a0cd33 commit 74bf5cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/SILOptimizer/hoist_destroy_addr.sil

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {
359359
entry(%in_addr : $*X):
360360
%stack_addr = alloc_stack $X
361361
copy_addr %in_addr to [initialization] %stack_addr : $*X

0 commit comments

Comments
 (0)