Skip to content

Commit 3158992

Browse files
committed
[Gardening] Test: Detypo'd comment abbreviation.
1 parent f632691 commit 3158992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/hoist_destroy_addr.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ entry(%addr : $*X):
11741174
return %retval : $()
11751175
}
11761176

1177-
// Even though the apply of %empty is not a deinit barrier (c.f.
1177+
// Even though the apply of %empty is not a deinit barrier (cf.
11781178
// hoist_over_apply_of_non_barrier_fn), verify that the destroy_addr is not
11791179
// hoisted, because MoS is move-only.
11801180
// CHECK-LABEL: sil [ossa] @dont_move_destroy_addr_of_moveonly_struct : {{.*}} {

0 commit comments

Comments
 (0)