Skip to content

Commit 64ac0bd

Browse files
committed
[AddressLowering] Gardening: Removed comment.
Per Andrew Trick, its author.
1 parent 473985f commit 64ac0bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/SILOptimizer/Mandatory/AddressLowering.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3579,9 +3579,6 @@ void UseRewriter::visitUncheckedEnumDataInst(
35793579

35803580
assert(enumDataInst->getOwnershipKind() != OwnershipKind::Guaranteed);
35813581

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
35853582
auto srcAddr = pass.valueStorageMap.getStorage(use->get()).storageAddress;
35863583

35873584
auto loc = enumDataInst->getLoc();

0 commit comments

Comments
 (0)