We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48e05 commit 71b19e7Copy full SHA for 71b19e7
test/SILOptimizer/hoist_destroy_addr.sil
@@ -1174,7 +1174,7 @@ entry(%addr : $*X):
1174
return %retval : $()
1175
}
1176
1177
-// Even though the apply of %empty is not a deinit barrier (c.f.
+// Even though the apply of %empty is not a deinit barrier (cf.
1178
// hoist_over_apply_of_non_barrier_fn), verify that the destroy_addr is not
1179
// hoisted, because MoS is move-only.
1180
// CHECK-LABEL: sil [ossa] @dont_move_destroy_addr_of_moveonly_struct : {{.*}} {
0 commit comments