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 daa2976 commit 1383612Copy full SHA for 1383612
include/swift/SIL/Projection.h
@@ -348,6 +348,7 @@ class NewProjection {
348
return false;
349
case ValueKind::StructElementAddrInst:
350
case ValueKind::RefElementAddrInst:
351
+ case ValueKind::ProjectBoxInst:
352
case ValueKind::TupleElementAddrInst:
353
case ValueKind::UncheckedTakeEnumDataAddrInst:
354
return true;
0 commit comments