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 473985f commit 64ac0bdCopy full SHA for 64ac0bd
lib/SILOptimizer/Mandatory/AddressLowering.cpp
@@ -3579,9 +3579,6 @@ void UseRewriter::visitUncheckedEnumDataInst(
3579
3580
assert(enumDataInst->getOwnershipKind() != OwnershipKind::Guaranteed);
3581
3582
- // unchecked_enum_data could be a def-projection. It is handled as a
3583
- // separate allocation to make it clear that it can't be
3584
- // rematerialized. This means that
3585
auto srcAddr = pass.valueStorageMap.getStorage(use->get()).storageAddress;
3586
3587
auto loc = enumDataInst->getLoc();
0 commit comments