Skip to content

Commit 9c3d941

Browse files
committed
[Gardening] Deleted stale comment.
1 parent 30a76d7 commit 9c3d941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILOptimizer/Utils/CanonicalizeInstruction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ static void replaceUsesOfExtract(SingleValueInstruction *extract,
139139
// (struct_extract (load %base))
140140
// ->
141141
// (load (struct_element_addr %base, #field)
142-
//
143-
// TODO: Consider handling LoadBorrowInst.
144142
static SILBasicBlock::iterator
145143
splitAggregateLoad(LoadOperation loadInst, CanonicalizeInstruction &pass) {
146144
// Keep track of the next iterator after any newly added or to-be-deleted

0 commit comments

Comments
 (0)