Skip to content

Commit 1383612

Browse files
committed
Projection: project_box is an address projection
1 parent daa2976 commit 1383612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/SIL/Projection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ class NewProjection {
348348
return false;
349349
case ValueKind::StructElementAddrInst:
350350
case ValueKind::RefElementAddrInst:
351+
case ValueKind::ProjectBoxInst:
351352
case ValueKind::TupleElementAddrInst:
352353
case ValueKind::UncheckedTakeEnumDataAddrInst:
353354
return true;

0 commit comments

Comments
 (0)